Home | History | Annotate | Download | only in rbbi

Lines Matching refs:fSet

51         UnicodeSet     fSet;
56 fSet = set;
463 otherSet.removeAll(cclass.fSet);
465 fDictionarySet = cclass.fSet;
481 if (cc.fSet.contains(c)) {
532 if (cclass.fSet.size() == 0) {
536 int charIndex = rand.next() % cclass.fSet.size();
537 int c = cclass.fSet.charAt(charIndex);