/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | BytesTrie.java | 367 pos=skipValue(pos, node); in next() 429 pos=skipValue(pos, node); in getNextBytes() 634 pos_=skipValue(pos, node); in next() 692 pos=skipValue(pos, node); in branchNext() 744 private static int skipValue(int pos, int leadByte) { in skipValue() method 757 private static int skipValue(byte[] bytes, int pos) { in skipValue() method 759 return skipValue(pos, leadByte); in skipValue() 856 pos=skipValue(bytes_, pos); in branchNext() 891 pos=skipValue(pos, node); in nextImpl() 922 pos=skipValue(pos, node); [all …]
|
D | CharsTrie.java | 635 pos=skipValue(pos, node); in branchNext() 686 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 696 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie 698 return skipValue(pos, leadUnit&0x7fff); in skipValue() 802 pos=skipValue(chars_, pos); in branchNext() 868 pos=skipValue(pos, node); in findUniqueValueFromBranch() 943 pos=skipValue(chars, pos); in getNextBranchChars()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 387 pos=skipValue(pos, node); in next() 452 pos=skipValue(pos, node); in getNextBytes() 668 pos_=skipValue(pos, node); in next() 727 pos=skipValue(pos, node); in branchNext() 779 private static int skipValue(int pos, int leadByte) { in skipValue() method 792 private static int skipValue(byte[] bytes, int pos) { in skipValue() method 794 return skipValue(pos, leadByte); in skipValue() 896 pos=skipValue(bytes_, pos); in branchNext() 931 pos=skipValue(pos, node); in nextImpl() 962 pos=skipValue(pos, node); [all …]
|
D | CharsTrie.java | 662 pos=skipValue(pos, node); in branchNext() 713 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 723 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie 725 return skipValue(pos, leadUnit&0x7fff); in skipValue() 829 pos=skipValue(chars_, pos); in branchNext() 895 pos=skipValue(pos, node); in findUniqueValueFromBranch() 970 pos=skipValue(chars, pos); in getNextBranchChars()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | bytestrie.h | 406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 419 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function 421 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function 441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function 443 return skipValue(pos, leadUnit&0x7fff); in skipValue()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | bytestrie.h | 406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 419 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function 421 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function 441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function 443 return skipValue(pos, leadUnit&0x7fff); in skipValue()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 406 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 419 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function 421 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function 441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function 443 return skipValue(pos, leadUnit&0x7fff); in skipValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 131 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() function 133 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() 146 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|