Searched refs:branchNext (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dbytestrieiterator.cpp118 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) { function in class:BytesTrie::Iterator
H A Ducharstrieiterator.cpp117 pos=branchNext(pos, length, errorCode);
165 pos=branchNext(pos, node+1, errorCode);
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { function in class:UCharsTrie::Iterator
H A Dbytestrie.cpp79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { function in class:BytesTrie
153 return branchNext(pos, node, inByte);
267 UStringTrieResult result=branchNext(pos, node, inByte);
288 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
H A Ducharstrie.cpp60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { function in class:UCharsTrie
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/
H A Dbytestrieiterator.cpp118 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) { function in class:BytesTrie::Iterator
H A Ducharstrieiterator.cpp117 pos=branchNext(pos, length, errorCode);
165 pos=branchNext(pos, node+1, errorCode);
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { function in class:UCharsTrie::Iterator
H A Dbytestrie.cpp79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { function in class:BytesTrie
153 return branchNext(pos, node, inByte);
267 UStringTrieResult result=branchNext(pos, node, inByte);
288 pos=pos_; // branchNext() advanced pos and wrote it to pos_ .
H A Ducharstrie.cpp60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { function in class:UCharsTrie
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/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h319 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);
H A Ducharstrie.h337 const UChar *branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode);
462 UStringTrieResult branchNext(const UChar *pos, int32_t length, int32_t uchar);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h319 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);
H A Ducharstrie.h337 const UChar *branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode);
462 UStringTrieResult branchNext(const UChar *pos, int32_t length, int32_t uchar);

Completed in 983 milliseconds