Searched defs:skipValue (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { function in class:BytesTrie
379 static inline const uint8_t *skipValue(const uint8_t *pos) { function in class:BytesTrie
381 return skipValue(pos, leadByte);
H A Ducharstrie.h393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { function in class:UCharsTrie
403 static inline const UChar *skipValue(const UChar *pos) { function in class:UCharsTrie
405 return skipValue(pos, leadUnit&0x7fff);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp260 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, function in class:DWARFFormValue
262 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
266 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, function in class:DWARFFormValue
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java336 pos=skipValue(pos, node);
401 pos=skipValue(pos, node);
614 pos_=skipValue(pos, node);
672 pos=skipValue(pos, node);
724 private static int skipValue(int pos, int leadByte) { method in class:BytesTrie
737 private static int skipValue(byte[] bytes, int pos) { method in class:BytesTrie
739 return skipValue(pos, leadByte);
836 pos=skipValue(bytes_, pos);
871 pos=skipValue(pos, node);
902 pos=skipValue(po
[all...]
H A DCharsTrie.java607 pos=skipValue(pos, node);
658 private static int skipValue(int pos, int leadUnit) { method in class:CharsTrie
668 private static int skipValue(CharSequence chars, int pos) { method in class:CharsTrie
670 return skipValue(pos, leadUnit&0x7fff);
774 pos=skipValue(chars_, pos);
840 pos=skipValue(pos, node);
915 pos=skipValue(chars, pos);
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 170 milliseconds