Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Ducharstrieiterator.cpp117 pos=branchNext(pos, length, errorCode); in next()
165 pos=branchNext(pos, node+1, errorCode); in next()
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp118 pos=branchNext(pos, length, errorCode); in next()
152 pos=branchNext(pos, node+1, errorCode); in next()
180 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in BytesTrie::Iterator
Ducharstrie.cpp60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() function in UCharsTrie
126 return branchNext(pos, node, uchar); in nextImpl()
236 UStringTrieResult result=branchNext(pos, node, uchar); in next()
Dbytestrie.cpp79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() function in BytesTrie
153 return branchNext(pos, node, inByte); in nextImpl()
267 UStringTrieResult result=branchNext(pos, node, inByte); in next()
/external/icu/icu4c/source/common/
Ducharstrieiterator.cpp117 pos=branchNext(pos, length, errorCode); in next()
165 pos=branchNext(pos, node+1, errorCode); in next()
184 UCharsTrie::Iterator::branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in UCharsTrie::Iterator
Dbytestrieiterator.cpp118 pos=branchNext(pos, length, errorCode); in next()
152 pos=branchNext(pos, node+1, errorCode); in next()
180 BytesTrie::Iterator::branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) { in branchNext() function in BytesTrie::Iterator
Ducharstrie.cpp60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() function in UCharsTrie
126 return branchNext(pos, node, uchar); in nextImpl()
236 UStringTrieResult result=branchNext(pos, node, uchar); in next()
Dbytestrie.cpp79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext() function in BytesTrie
153 return branchNext(pos, node, inByte); in nextImpl()
267 UStringTrieResult result=branchNext(pos, node, inByte); in next()
/external/icu/icu4c/source/common/unicode/
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);
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/chromium_org/third_party/icu/source/common/unicode/
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);
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);