Home
last modified time | relevance | path

Searched refs:fDictionarySet (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.h114 UnicodeSet fDictionarySet; // Dictionary set, empty if none is defined. variable
Drbbimonkeytest.cpp352 fDictionarySet = *set; in compileRules()
415 if (!rules->fDictionarySet.contains(c)) { in set()
Drbbitst.cpp2287 UnicodeSet *fDictionarySet; member in RBBIWordMonkey
2331fDictionarySet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\uac00-\\ud7a3][:Han:][:Hiragana:]]"), s… in RBBIWordMonkey()
2332 fDictionarySet->addAll(*fKatakanaSet); in RBBIWordMonkey()
2333fDictionarySet->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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java354 UnicodeSet fDictionarySet; field in RBBITestMonkey.RBBIWordMonkey
389 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java353 UnicodeSet fDictionarySet; field in RBBITestMonkey.RBBIWordMonkey
388 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()