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

  /external/chromium_org/third_party/icu/source/common/
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_ .
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) {
ucharstrie.cpp 60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
126 return branchNext(pos, node, uchar);
236 UStringTrieResult result=branchNext(pos, node, uchar);
257 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
  /external/icu/icu4c/source/common/
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_ .
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) {
ucharstrie.cpp 60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
126 return branchNext(pos, node, uchar);
236 UStringTrieResult result=branchNext(pos, node, uchar);
257 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 474 milliseconds