Searched defs:skipValue (Results 1 - 15 of 15) 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.cpp256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, function in class:DWARFFormValue
258 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, function in class:DWARFFormValue
264 return skipValue(form, debug_info_data, offset_ptr, cu->getVersion(),
267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, function in class:DWARFFormValue
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java318 pos=skipValue(pos, node);
380 pos=skipValue(pos, node);
580 pos_=skipValue(pos, node);
637 pos=skipValue(pos, node);
689 private static int skipValue(int pos, int leadByte) { method in class:BytesTrie
702 private static int skipValue(byte[] bytes, int pos) { method in class:BytesTrie
704 return skipValue(pos, leadByte);
801 pos=skipValue(bytes_, pos);
836 pos=skipValue(pos, node);
867 pos=skipValue(po
[all...]
H A DCharsTrie.java581 pos=skipValue(pos, node);
632 private static int skipValue(int pos, int leadUnit) { method in class:CharsTrie
642 private static int skipValue(CharSequence chars, int pos) { method in class:CharsTrie
644 return skipValue(pos, leadUnit&0x7fff);
748 pos=skipValue(chars_, pos);
814 pos=skipValue(pos, node);
889 pos=skipValue(chars, pos);
/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/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 207 milliseconds