/third_party/icu/icu4c/source/common/ |
D | ucharstrieiterator.cpp | 119 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
|
D | bytestrieiterator.cpp | 120 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
|
D | ucharstrie.cpp | 62 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()
|
D | bytestrie.cpp | 81 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/ |
D | ucharstrieiterator.cpp | 119 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
|
D | bytestrieiterator.cpp | 120 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
|
D | ucharstrie.cpp | 62 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()
|
D | bytestrie.cpp | 81 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/ |
D | ucharstrieiterator.cpp | 119 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
|
D | bytestrieiterator.cpp | 120 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
|
D | ucharstrie.cpp | 62 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()
|
D | bytestrie.cpp | 81 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/ |
D | ucharstrieiterator.cpp | 119 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
|
D | bytestrieiterator.cpp | 120 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
|
D | ucharstrie.cpp | 62 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()
|
D | bytestrie.cpp | 81 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/ |
D | CharsTrie.java | 318 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()
|
D | BytesTrie.java | 356 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/ |
D | BytesTrie.java | 336 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()
|
D | CharsTrie.java | 303 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/ |
D | bytestrie.h | 321 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);
|
D | ucharstrie.h | 339 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/ |
D | bytestrie.h | 359 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/ |
D | bytestrie.h | 359 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/ |
D | bytestrie.h | 359 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);
|