HomeSort by relevance Sort by last modified time
    Searched defs:branchNext (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/common/
bytestrie.cpp 81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) {
155 return branchNext(pos, node, inByte);
269 UStringTrieResult result=branchNext(pos, node, inByte);
290 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
ucharstrieiterator.cpp 119 pos=branchNext(pos, length, errorCode);
167 pos=branchNext(pos, node+1, errorCode);
186 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) {
bytestrieiterator.cpp 120 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) {
ucharstrie.cpp 62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
128 return branchNext(pos, node, uchar);
239 UStringTrieResult result=branchNext(pos, node, uchar);
260 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 289 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) {
750 private Result branchNext(int pos, int length, int inByte) {
824 return branchNext(pos, node, inByte);
    [all...]
CharsTrie.java 257 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) {
705 private Result branchNext(int pos, int length, int inUnit) {
771 return branchNext(pos, node, inUnit);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 307 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) {
785 private Result branchNext(int pos, int length, int inByte) {
859 return branchNext(pos, node, inByte);
    [all...]
CharsTrie.java 269 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) {
731 private Result branchNext(int pos, int length, int inUnit) {
797 return branchNext(pos, node, inUnit);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 125 milliseconds