Home | History | Annotate | Download | only in common

Lines Matching defs:UCharsTrie

6 *   file name:  ucharstrie.h
17 #include "unicode/ucharstrie.h"
24 UCharsTrie::~UCharsTrie() {
29 UCharsTrie::current() const {
41 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
103 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) {
134 UCharsTrie::next(int32_t uchar) {
157 UCharsTrie::next(const UChar *s, int32_t sLength) {
264 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length,
302 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) {
345 UCharsTrie::getNextUChars(Appendable &out) const {
378 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) {