Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/common/
Ducharstrieiterator.cpp119 pos=branchNext(pos, length, errorCode); in next()
167 pos=branchNext(pos, node+1, errorCode); in next()
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp120 pos=branchNext(pos, length, errorCode); in next()
153 pos=branchNext(pos, node+1, errorCode); in next()
185 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in BytesTrie::Iterator
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() function in UCharsTrie
128 return branchNext(pos, node, uchar); in nextImpl()
239 UStringTrieResult result=branchNext(pos, node, uchar); in next()
Dbytestrie.cpp81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() function in BytesTrie
155 return branchNext(pos, node, inByte); in nextImpl()
269 UStringTrieResult result=branchNext(pos, node, inByte); in next()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducharstrieiterator.cpp119 pos=branchNext(pos, length, errorCode); in next()
167 pos=branchNext(pos, node+1, errorCode); in next()
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp120 pos=branchNext(pos, length, errorCode); in next()
153 pos=branchNext(pos, node+1, errorCode); in next()
185 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in BytesTrie::Iterator
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() function in UCharsTrie
128 return branchNext(pos, node, uchar); in nextImpl()
239 UStringTrieResult result=branchNext(pos, node, uchar); in next()
Dbytestrie.cpp81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() function in BytesTrie
155 return branchNext(pos, node, inByte); in nextImpl()
269 UStringTrieResult result=branchNext(pos, node, inByte); in next()
/third_party/skia/third_party/externals/icu/source/common/
Ducharstrieiterator.cpp119 pos=branchNext(pos, length, errorCode); in next()
167 pos=branchNext(pos, node+1, errorCode); in next()
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp120 pos=branchNext(pos, length, errorCode); in next()
153 pos=branchNext(pos, node+1, errorCode); in next()
185 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in BytesTrie::Iterator
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() function in UCharsTrie
128 return branchNext(pos, node, uchar); in nextImpl()
239 UStringTrieResult result=branchNext(pos, node, uchar); in next()
Dbytestrie.cpp81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() function in BytesTrie
155 return branchNext(pos, node, inByte); in nextImpl()
269 UStringTrieResult result=branchNext(pos, node, inByte); in next()
/third_party/node/deps/icu-small/source/common/
Ducharstrieiterator.cpp119 pos=branchNext(pos, length, errorCode); in next()
167 pos=branchNext(pos, node+1, errorCode); in next()
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp120 pos=branchNext(pos, length, errorCode); in next()
153 pos=branchNext(pos, node+1, errorCode); in next()
185 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in BytesTrie::Iterator
Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() function in UCharsTrie
128 return branchNext(pos, node, uchar); in nextImpl()
239 UStringTrieResult result=branchNext(pos, node, uchar); in next()
Dbytestrie.cpp81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() function in BytesTrie
155 return branchNext(pos, node, inByte); in nextImpl()
269 UStringTrieResult result=branchNext(pos, node, inByte); in next()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java318 Result result=branchNext(pos, node, inUnit); in next()
562 pos=branchNext(pos, length); in next()
611 pos=branchNext(pos, node+1); in next()
647 private int branchNext(int pos, int length) { in branchNext() method in CharsTrie.Iterator
780 private Result branchNext(int pos, int length, int inUnit) { in branchNext() method in CharsTrie
846 return branchNext(pos, node, inUnit); in nextImpl()
DBytesTrie.java356 Result result=branchNext(pos, node, inByte&0xff); in next()
646 pos=branchNext(pos, length); in next()
679 pos=branchNext(pos, node+1); in next()
712 private int branchNext(int pos, int length) { in branchNext() method
839 private Result branchNext(int pos, int length, int inByte) { in branchNext() method
913 return branchNext(pos, node, inByte); in nextImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBytesTrie.java336 Result result=branchNext(pos, node, inByte&0xff); in next()
612 pos=branchNext(pos, length); in next()
645 pos=branchNext(pos, node+1); in next()
677 private int branchNext(int pos, int length) { in branchNext() method
799 private Result branchNext(int pos, int length, int inByte) { in branchNext() method
873 return branchNext(pos, node, inByte); in nextImpl()
DCharsTrie.java303 Result result=branchNext(pos, node, inUnit); in next()
536 pos=branchNext(pos, length); in next()
585 pos=branchNext(pos, node+1); in next()
620 private int branchNext(int pos, int length) { in branchNext() method in CharsTrie.Iterator
753 private Result branchNext(int pos, int length, int inUnit) { in branchNext() method in CharsTrie
819 return branchNext(pos, node, inUnit); in nextImpl()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h321 const uint8_t *branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode);
407 UStringTrieResult branchNext(const uint8_t *pos, int32_t length, int32_t inByte);
Ducharstrie.h339 const char16_t *branchNext(const char16_t *pos, int32_t length, UErrorCode &errorCode);
464 UStringTrieResult branchNext(const char16_t *pos, int32_t length, int32_t uchar);
/third_party/node/deps/icu-small/source/common/unicode/
Dbytestrie.h359 const uint8_t *branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode);
446 UStringTrieResult branchNext(const uint8_t *pos, int32_t length, int32_t inByte);
/third_party/icu/icu4c/source/common/unicode/
Dbytestrie.h359 const uint8_t *branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode);
446 UStringTrieResult branchNext(const uint8_t *pos, int32_t length, int32_t inByte);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbytestrie.h359 const uint8_t *branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode);
446 UStringTrieResult branchNext(const uint8_t *pos, int32_t length, int32_t inByte);

12