Searched defs:branchNext (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
H A Dbytestrie.cpp81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { function in class:BytesTrie
155 return branchNext(pos, node, inByte);
269 UStringTrieResult result=branchNext(pos, node, inByte);
290 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
H A Ducharstrieiterator.cpp119 pos=branchNext(pos, length, errorCode);
167 pos=branchNext(pos, node+1, errorCode);
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { function in class:UCharsTrie::Iterator
H A Dbytestrieiterator.cpp120 pos=branchNext(pos, length, errorCode);
153 pos=branchNext(pos, node+1, errorCode);
185 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { function in class:BytesTrie::Iterator
H A Ducharstrie.cpp62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { function in class:UCharsTrie
128 return branchNext(pos, node, uchar);
238 UStringTrieResult result=branchNext(pos, node, uchar);
259 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java289 Result result=branchNext(pos, node, inByte&0xff);
303 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
563 pos=branchNext(pos, length);
596 pos=branchNext(pos, node+1);
628 private int branchNext(int pos, int length) { method in class:BytesTrie.Iterator
750 private Result branchNext(int pos, int length, int inByte) { method in class:BytesTrie
824 return branchNext(pos, node, inByte);
H A DCharsTrie.java257 Result result=branchNext(pos, node, inUnit);
271 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
488 pos=branchNext(pos, length);
537 pos=branchNext(pos, node+1);
572 private int branchNext(int pos, int length) { method in class:CharsTrie.Iterator
705 private Result branchNext(int pos, int length, int inUnit) { method in class:CharsTrie
771 return branchNext(pos, node, inUnit);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java307 Result result=branchNext(pos, node, inByte&0xff);
321 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
597 pos=branchNext(pos, length);
630 pos=branchNext(pos, node+1);
663 private int branchNext(int pos, int length) { method in class:BytesTrie.Iterator
785 private Result branchNext(int pos, int length, int inByte) { method in class:BytesTrie
859 return branchNext(pos, node, inByte);
H A DCharsTrie.java269 Result result=branchNext(pos, node, inUnit);
283 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
513 pos=branchNext(pos, length);
562 pos=branchNext(pos, node+1);
598 private int branchNext(int pos, int length) { method in class:CharsTrie.Iterator
731 private Result branchNext(int pos, int length, int inUnit) { method in class:CharsTrie
797 return branchNext(pos, node, inUnit);

Completed in 115 milliseconds