/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 322 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 …]
|
D | CharsTrie.java | 590 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/ |
D | BytesTrie.java | 338 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 …]
|
D | CharsTrie.java | 613 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/ |
D | bytestrie.cpp | 138 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()
|
D | ucharstrie.cpp | 111 pos=skipValue(pos); in branchNext() 303 pos=skipValue(pos, node); in findUniqueValueFromBranch() 409 pos=skipValue(pos); in getNextBranchUChars()
|
D | bytestrieiterator.cpp | 142 pos_=skipValue(pos, node); in next() 201 pos=skipValue(pos, node); in branchNext()
|
D | ucharstrieiterator.cpp | 202 pos=skipValue(pos, node); in branchNext()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 83 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/ |
D | DWARFFormValue.h | 67 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr, 69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
|
D | DWARFFormValue.cpp | 168 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
|
D | DWARFDebugInfoEntry.cpp | 360 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 118 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/ |
D | bytestrie.h | 367 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()
|
D | ucharstrie.h | 395 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/ |
D | DWARFFormValue.cpp | 256 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
|
D | DWARFDebugInfoEntry.cpp | 215 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) { in extractFast() 251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
|
/external/vogar/src/vogar/ |
D | OutcomeStore.java | 101 in.skipValue(); in loadOutcomes() 112 in.skipValue(); in loadOutcomes()
|
D | ExpectationStore.java | 189 reader.skipValue(); in readExpectation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 61 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData, in extractFast()
|
D | DWARFAbbreviationDeclaration.cpp | 179 DWARFFormValue::skipValue(Spec.Form, DebugInfoData, &Offset, in getAttributeValue()
|
D | DWARFFormValue.cpp | 81 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 955 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/ |
D | DwarfLinker.cpp | 522 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/ |
D | DwarfLinker.cpp | 2068 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()
|