Searched defs:skipValue (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue 262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue 267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 379 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function
|
D | ucharstrie.h | 393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { in skipValue() function 403 static inline const UChar *skipValue(const UChar *pos) { in skipValue() function
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CharsTrie.java | 632 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 642 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
|
D | BytesTrie.java | 689 private static int skipValue(int pos, int leadByte) { in skipValue() method 702 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrie.java | 658 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 668 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
|
D | BytesTrie.java | 724 private static int skipValue(int pos, int leadByte) { in skipValue() method 737 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
|