Searched refs:fDictionarySet (Results 1 – 5 of 5) sorted by relevance
114 UnicodeSet fDictionarySet; // Dictionary set, empty if none is defined. variable
352 fDictionarySet = *set; in compileRules()415 if (!rules->fDictionarySet.contains(c)) { in set()
2287 UnicodeSet *fDictionarySet; member in RBBIWordMonkey2331 …fDictionarySet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"), s… in RBBIWordMonkey()2332 fDictionarySet->addAll(*fKatakanaSet); in RBBIWordMonkey()2333 …fDictionarySet->addAll(UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{LineBreak = Complex_Context}]"), sta… in RBBIWordMonkey()2335 fALetterSet->removeAll(*fDictionarySet); in RBBIWordMonkey()2367 fOtherSet->removeAll(*fDictionarySet); in RBBIWordMonkey()2617 delete fDictionarySet; in ~RBBIWordMonkey()
354 UnicodeSet fDictionarySet; field in RBBITestMonkey.RBBIWordMonkey389 fDictionarySet = new UnicodeSet("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"); in RBBIWordMonkey()390 fDictionarySet.addAll(fKatakanaSet); in RBBIWordMonkey()391 fDictionarySet.addAll(new UnicodeSet("[\\p{LineBreak = Complex_Context}]")); in RBBIWordMonkey()393 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()422 fOtherSet.removeAll(fDictionarySet); in RBBIWordMonkey()
353 UnicodeSet fDictionarySet; field in RBBITestMonkey.RBBIWordMonkey388 fDictionarySet = new UnicodeSet("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"); in RBBIWordMonkey()389 fDictionarySet.addAll(fKatakanaSet); in RBBIWordMonkey()390 fDictionarySet.addAll(new UnicodeSet("[\\p{LineBreak = Complex_Context}]")); in RBBIWordMonkey()392 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()421 fOtherSet.removeAll(fDictionarySet); in RBBIWordMonkey()