Lines Matching refs:UCharsTrie
27 UCharsTrie::~UCharsTrie() { in ~UCharsTrie()
32 UCharsTrie::current() const { in current()
44 UCharsTrie::firstForCodePoint(UChar32 cp) { in firstForCodePoint()
53 UCharsTrie::nextForCodePoint(UChar32 cp) { in nextForCodePoint()
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl()
155 UCharsTrie::next(int32_t uchar) { in next()
178 UCharsTrie::next(ConstChar16Ptr ptr, int32_t sLength) { in next()
286 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length, in findUniqueValueFromBranch()
324 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
367 UCharsTrie::getNextUChars(Appendable &out) const { in getNextUChars()
400 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { in getNextBranchUChars()