Home | History | Annotate | Download | only in i18n

Lines Matching full:rbts

474         // invalidates any RBTs that the user has instantiated.
601 entry->stringArg += (UChar)0xffff; // use U+FFFF to mark position of RBTs in ID block
1268 UVector* rbts = new UVector(entry->u.dataVector->size(), status);
1270 if (rbts == NULL) {
1281 rbts->addElement(t, status);
1284 delete rbts;
1287 aliasReturn = new TransliteratorAlias(ID, entry->stringArg, rbts, entry->compoundFilter);