Home
last modified time | relevance | path

Searched refs:nextImpl (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Dbytestrie.h168 return nextImpl(bytes_, inByte); in first()
409 UStringTrieResult nextImpl(const uint8_t *pos, int32_t inByte);
Ducharstrie.h164 return nextImpl(uchars_, uchar); in first()
477 UStringTrieResult nextImpl(const UChar *pos, int32_t uchar);
/external/icu4c/common/
Ducharstrie.cpp103 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() function in UCharsTrie
153 return nextImpl(pos, uchar); in next()
Dbytestrie.cpp149 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl() function in BytesTrie
203 return nextImpl(pos, inByte); in next()