Home | History | Annotate | Download | only in common

Lines Matching refs:uset

714 //                  - find the corresponding Unicode Set  (uset node)
717 // to the uset node
718 // Maintain a hash table of uset nodes, so the same one is always used
738 U_ASSERT(node->fLeftChild->fType == RBBINode::uset);
756 // Make a new uset node to refer to this UnicodeSet
757 // This new uset node becomes the child of the caller's setReference node.
759 RBBINode *usetNode = new RBBINode(RBBINode::uset);
771 // Add the new uset node to the list of all uset nodes.
1213 UnicodeSet *uset;
1225 uset = new UnicodeSet();
1226 if (uset == NULL) {
1229 uset->applyPatternIgnoreSpace(fRB->fRules, pos, fSymbolTable, localStatus);
1238 delete uset;
1244 U_ASSERT(uset!=NULL);
1245 if (uset->isEmpty()) {
1251 delete uset;
1282 // - Creates a new uset node if necessary (if this isn't a duplicate.)
1283 findSetFor(n->fText, n, uset);