Home
last modified time | relevance | path

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

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java367 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 …]
DCharsTrie.java635 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/
DBytesTrie.java387 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 …]
DCharsTrie.java662 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/
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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h406 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()
Ducharstrie.h431 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/
Dbytestrie.h406 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()
Ducharstrie.h431 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/
Dbytestrie.h406 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()
Ducharstrie.h431 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/
DDWARFFormValue.h131 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,

12