Home | History | Annotate | Download | only in common

Lines Matching defs:uc

56     TernaryNode(UChar uc);
65 TernaryNode::TernaryNode(UChar uc) {
66 ch = uc;
124 UChar uc = utext_current32(text);
127 if (uc < p->ch) {
131 else if (uc == p->ch) {
150 uc = utext_next32(text);
151 uc = utext_current32(text);
180 UChar32 uc = utext_next32(fIter); // TODO: supplemetary support?
181 U_ASSERT(uc != U_SENTINEL);
182 TernaryNode *newNode = new TernaryNode(uc);
192 if (uc < parent->ch) {
474 UChar uc = utext_current32(text);
499 if (uc != vnode->chars[j]) {
504 uc = utext_current32(text);
521 if (uc == hnode->entries[middle].ch) {
525 uc = utext_current32(text);
529 else if (uc < hnode->entries[middle].ch) {