Home
last modified time | relevance | path

Searched refs:skipValue (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java322 pos=skipValue(pos, node); in next()
384 pos=skipValue(pos, node); in getNextBytes()
589 pos_=skipValue(pos, node); in next()
647 pos=skipValue(pos, node); in branchNext()
699 private static int skipValue(int pos, int leadByte) { in skipValue() method
712 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
714 return skipValue(pos, leadByte); in skipValue()
811 pos=skipValue(bytes_, pos); in branchNext()
846 pos=skipValue(pos, node); in nextImpl()
877 pos=skipValue(pos, node);
[all …]
DCharsTrie.java590 pos=skipValue(pos, node); in branchNext()
641 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie
651 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
653 return skipValue(pos, leadUnit&0x7fff); in skipValue()
757 pos=skipValue(chars_, pos); in branchNext()
823 pos=skipValue(pos, node); in findUniqueValueFromBranch()
898 pos=skipValue(chars, pos); in getNextBranchChars()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java338 pos=skipValue(pos, node); in next()
403 pos=skipValue(pos, node); in getNextBytes()
619 pos_=skipValue(pos, node); in next()
678 pos=skipValue(pos, node); in branchNext()
730 private static int skipValue(int pos, int leadByte) { in skipValue() method
743 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
745 return skipValue(pos, leadByte); in skipValue()
842 pos=skipValue(bytes_, pos); in branchNext()
877 pos=skipValue(pos, node); in nextImpl()
908 pos=skipValue(pos, node);
[all …]
DCharsTrie.java613 pos=skipValue(pos, node); in branchNext()
664 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie
674 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
676 return skipValue(pos, leadUnit&0x7fff); in skipValue()
780 pos=skipValue(chars_, pos); in branchNext()
846 pos=skipValue(pos, node); in findUniqueValueFromBranch()
921 pos=skipValue(chars, pos); in getNextBranchChars()
/external/icu/icu4c/source/common/
Dbytestrie.cpp138 pos=skipValue(pos); in branchNext()
173 pos=skipValue(pos, node); in nextImpl()
307 pos=skipValue(pos, node); in next()
332 pos=skipValue(pos, node); in findUniqueValueFromBranch()
382 pos=skipValue(pos, node); in findUniqueValue()
402 pos=skipValue(pos, node); in getNextBytes()
430 pos=skipValue(pos); in getNextBranchBytes()
Ducharstrie.cpp111 pos=skipValue(pos); in branchNext()
303 pos=skipValue(pos, node); in findUniqueValueFromBranch()
409 pos=skipValue(pos); in getNextBranchUChars()
Dbytestrieiterator.cpp142 pos_=skipValue(pos, node); in next()
201 pos=skipValue(pos, node); in branchNext()
Ducharstrieiterator.cpp202 pos=skipValue(pos, node); in branchNext()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h83 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
85 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
87 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFFormValue.h67 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
DDWARFFormValue.cpp168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue
170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue()
174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
DDWARFDebugInfoEntry.cpp360 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h118 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr, in skipValue() function
120 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue()
133 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function
380 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function
382 return skipValue(pos, leadByte); in skipValue()
Ducharstrie.h395 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function
405 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function
407 return skipValue(pos, leadUnit&0x7fff); in skipValue()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue
258 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue()
262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
264 return skipValue(form, debug_info_data, offset_ptr, cu->getVersion(), in skipValue()
267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
DDWARFDebugInfoEntry.cpp215 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) { in extractFast()
251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
/external/vogar/src/vogar/
DOutcomeStore.java101 in.skipValue(); in loadOutcomes()
112 in.skipValue(); in loadOutcomes()
DExpectationStore.java189 reader.skipValue(); in readExpectation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp61 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData, in extractFast()
DDWARFAbbreviationDeclaration.cpp179 DWARFFormValue::skipValue(Spec.Form, DebugInfoData, &Offset, in getAttributeValue()
DDWARFFormValue.cpp81 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java955 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting() local
958 voteCount.put(skipValue, 0L); in combineInheritanceWithBaileyForVoting()
974 if (!value.equals(skipValue)) { in combineInheritanceWithBaileyForVoting()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp522 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, in getAttributeOffsets()
526 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, in getAttributeOffsets()
710 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, in keepDIEAndDependencies()
1459 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, in cloneDIE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2068 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets()
2071 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()
2230 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &Unit); in keepDIEAndDependencies()
2790 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &U); in cloneDIE()

12