Searched refs:fDictionarySet (Results 1 – 7 of 7) sorted by relevance
84 fDictionarySet = new UnicodeSet(); in BreakRules()462 fDictionarySet = cclass.fSet; in compileRules()493 UnicodeSet fDictionarySet; // Dictionary set, empty if none is defined. field in RBBIMonkeyTest.BreakRules543 if (!rules.fDictionarySet.contains(c)) { in set()
316 UnicodeSet fDictionarySet; field in RBBITestMonkey.RBBIWordMonkey344 fDictionarySet = new UnicodeSet("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"); in RBBIWordMonkey()345 fDictionarySet.addAll(fKatakanaSet); in RBBIWordMonkey()346 fDictionarySet.addAll(new UnicodeSet("[\\p{LineBreak = Complex_Context}]")); in RBBIWordMonkey()348 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()374 fOtherSet.removeAll(fDictionarySet); in RBBIWordMonkey()
81 fDictionarySet = new UnicodeSet(); in BreakRules()459 fDictionarySet = cclass.fSet; in compileRules()490 UnicodeSet fDictionarySet; // Dictionary set, empty if none is defined. field in RBBIMonkeyTest.BreakRules540 if (!rules.fDictionarySet.contains(c)) { in set()
313 UnicodeSet fDictionarySet; field in RBBITestMonkey.RBBIWordMonkey341 fDictionarySet = new UnicodeSet("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"); in RBBIWordMonkey()342 fDictionarySet.addAll(fKatakanaSet); in RBBIWordMonkey()343 fDictionarySet.addAll(new UnicodeSet("[\\p{LineBreak = Complex_Context}]")); in RBBIWordMonkey()345 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()371 fOtherSet.removeAll(fDictionarySet); in RBBIWordMonkey()
129 UnicodeSet fDictionarySet; // Dictionary set, empty if none is defined. variable
360 fDictionarySet = *set; in compileRules()423 if (!rules->fDictionarySet.contains(c)) { in set()
1849 UnicodeSet *fDictionarySet; member in RBBIWordMonkey1884 fDictionarySet = new UnicodeSet(u"[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]", status); in RBBIWordMonkey()1885 fDictionarySet->addAll(*fKatakanaSet); in RBBIWordMonkey()1886 fDictionarySet->addAll(UnicodeSet(u"[\\p{LineBreak = Complex_Context}]", status)); in RBBIWordMonkey()1888 fALetterSet->removeAll(*fDictionarySet); in RBBIWordMonkey()1918 fOtherSet->removeAll(*fDictionarySet); in RBBIWordMonkey()2166 delete fDictionarySet; in ~RBBIWordMonkey()