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

  /external/icu4c/common/
bytestrieiterator.cpp 118 pos=branchNext(pos, length, errorCode);
152 pos=branchNext(pos, node+1, errorCode);
180 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) {
ucharstrieiterator.cpp 117 pos=branchNext(pos, length, errorCode);
165 pos=branchNext(pos, node+1, errorCode);
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) {
bytestrie.cpp 79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) {
153 return branchNext(pos, node, inByte);
267 UStringTrieResult result=branchNext(pos, node, inByte);
288 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
ucharstrie.cpp 41 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
107 return branchNext(pos, node, uchar);
217 UStringTrieResult result=branchNext(pos, node, uchar);
238 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
  /external/icu4c/common/unicode/
bytestrie.h 319 const uint8_t *branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode);
406 UStringTrieResult branchNext(const uint8_t *pos, int32_t length, int32_t inByte);
ucharstrie.h 349 const UChar *branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode);
474 UStringTrieResult branchNext(const UChar *pos, int32_t length, int32_t uchar);

Completed in 127 milliseconds