Home
last modified time | relevance | path

Searched refs:fEndWordSet (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DThaiBreakEngine.java39 private static UnicodeSet fEndWordSet; field in ThaiBreakEngine
56 fEndWordSet = new UnicodeSet(fThaiWordSet);
57 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT
58 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI
66 fEndWordSet.compact(); in fEndWordSet.compact()
73 fEndWordSet.freeze(); in fEndWordSet.freeze()
190 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DLaoBreakEngine.java33 private static UnicodeSet fEndWordSet; field in LaoBreakEngine
48 fEndWordSet = new UnicodeSet(fLaoWordSet);
49 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels
56 fEndWordSet.compact(); in fEndWordSet.compact()
62 fEndWordSet.freeze(); in fEndWordSet.freeze()
178 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DKhmerBreakEngine.java36 private static UnicodeSet fEndWordSet; field in KhmerBreakEngine
51 fEndWordSet = new UnicodeSet(fKhmerWordSet);
53 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters
57 fEndWordSet.compact(); in fEndWordSet.compact()
63 fEndWordSet.freeze(); in fEndWordSet.freeze()
179 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java33 private static UnicodeSet fEndWordSet; field in BurmeseBreakEngine
48 fEndWordSet = new UnicodeSet(fBurmeseWordSet);
53 fEndWordSet.compact(); in fEndWordSet.compact()
59 fEndWordSet.freeze(); in fEndWordSet.freeze()
175 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DThaiBreakEngine.java40 private static UnicodeSet fEndWordSet; field in ThaiBreakEngine
57 fEndWordSet = new UnicodeSet(fThaiWordSet);
58 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT
59 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI
67 fEndWordSet.compact(); in fEndWordSet.compact()
74 fEndWordSet.freeze(); in fEndWordSet.freeze()
191 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DLaoBreakEngine.java34 private static UnicodeSet fEndWordSet; field in LaoBreakEngine
49 fEndWordSet = new UnicodeSet(fLaoWordSet);
50 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels
57 fEndWordSet.compact(); in fEndWordSet.compact()
63 fEndWordSet.freeze(); in fEndWordSet.freeze()
179 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DKhmerBreakEngine.java37 private static UnicodeSet fEndWordSet; field in KhmerBreakEngine
52 fEndWordSet = new UnicodeSet(fKhmerWordSet);
54 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters
58 fEndWordSet.compact(); in fEndWordSet.compact()
64 fEndWordSet.freeze(); in fEndWordSet.freeze()
180 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java34 private static UnicodeSet fEndWordSet; field in BurmeseBreakEngine
49 fEndWordSet = new UnicodeSet(fBurmeseWordSet);
54 fEndWordSet.compact(); in fEndWordSet.compact()
60 fEndWordSet.freeze(); in fEndWordSet.freeze()
176 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
/external/icu/icu4c/source/common/
Ddictbe.h127 UnicodeSet fEndWordSet; variable
184 UnicodeSet fEndWordSet; variable
240 UnicodeSet fEndWordSet; variable
296 UnicodeSet fEndWordSet; variable
Ddictbe.cpp201 fEndWordSet = fThaiWordSet; in ThaiBreakEngine()
202 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in ThaiBreakEngine()
203 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in ThaiBreakEngine()
211 fEndWordSet.compact(); in ThaiBreakEngine()
322 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
443 fEndWordSet = fLaoWordSet; in LaoBreakEngine()
444 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels in LaoBreakEngine()
451 fEndWordSet.compact(); in LaoBreakEngine()
555 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
639 fEndWordSet = fBurmeseWordSet; in BurmeseBreakEngine()
[all …]