Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp256 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/
Dbytestrie.h366 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
Ducharstrie.h393 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/
DCharsTrie.java632 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
DBytesTrie.java689 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/
DCharsTrie.java658 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
DBytesTrie.java724 private static int skipValue(int pos, int leadByte) { in skipValue() method
737 private static int skipValue(byte[] bytes, int pos) { in skipValue() method