Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DThaiBreakEngine.java38 private static UnicodeSet fEndWordSet; field in ThaiBreakEngine
55 fEndWordSet = new UnicodeSet(fThaiWordSet);
56 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT
57 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI
65 fEndWordSet.compact(); in fEndWordSet.compact()
72 fEndWordSet.freeze(); in fEndWordSet.freeze()
189 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DKhmerBreakEngine.java35 private static UnicodeSet fEndWordSet; field in KhmerBreakEngine
50 fEndWordSet = new UnicodeSet(fKhmerWordSet);
52 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters
56 fEndWordSet.compact(); in fEndWordSet.compact()
62 fEndWordSet.freeze(); in fEndWordSet.freeze()
178 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DLaoBreakEngine.java32 private static UnicodeSet fEndWordSet; field in LaoBreakEngine
47 fEndWordSet = new UnicodeSet(fLaoWordSet);
48 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels
55 fEndWordSet.compact(); in fEndWordSet.compact()
61 fEndWordSet.freeze(); in fEndWordSet.freeze()
177 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java32 private static UnicodeSet fEndWordSet; field in BurmeseBreakEngine
47 fEndWordSet = new UnicodeSet(fBurmeseWordSet);
52 fEndWordSet.compact(); in fEndWordSet.compact()
58 fEndWordSet.freeze(); in fEndWordSet.freeze()
174 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DLaoBreakEngine.java31 private static UnicodeSet fEndWordSet; field in LaoBreakEngine
46 fEndWordSet = new UnicodeSet(fLaoWordSet);
47 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels
54 fEndWordSet.compact(); in fEndWordSet.compact()
60 fEndWordSet.freeze(); in fEndWordSet.freeze()
176 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DKhmerBreakEngine.java34 private static UnicodeSet fEndWordSet; field in KhmerBreakEngine
49 fEndWordSet = new UnicodeSet(fKhmerWordSet);
51 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters
55 fEndWordSet.compact(); in fEndWordSet.compact()
61 fEndWordSet.freeze(); in fEndWordSet.freeze()
177 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DThaiBreakEngine.java37 private static UnicodeSet fEndWordSet; field in ThaiBreakEngine
54 fEndWordSet = new UnicodeSet(fThaiWordSet);
55 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT
56 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI
64 fEndWordSet.compact(); in fEndWordSet.compact()
71 fEndWordSet.freeze(); in fEndWordSet.freeze()
188 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java31 private static UnicodeSet fEndWordSet; field in BurmeseBreakEngine
46 fEndWordSet = new UnicodeSet(fBurmeseWordSet);
51 fEndWordSet.compact(); in fEndWordSet.compact()
57 fEndWordSet.freeze(); in fEndWordSet.freeze()
173 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
/external/icu/icu4c/source/common/
Ddictbe.h152 UnicodeSet fEndWordSet; variable
209 UnicodeSet fEndWordSet; variable
265 UnicodeSet fEndWordSet; variable
321 UnicodeSet fEndWordSet; variable
Ddictbe.cpp226 fEndWordSet = fThaiWordSet; in ThaiBreakEngine()
227 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in ThaiBreakEngine()
228 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in ThaiBreakEngine()
236 fEndWordSet.compact(); in ThaiBreakEngine()
347 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
468 fEndWordSet = fLaoWordSet; in LaoBreakEngine()
469 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels in LaoBreakEngine()
476 fEndWordSet.compact(); in LaoBreakEngine()
580 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) { in divideUpDictionaryRange()
664 fEndWordSet = fBurmeseWordSet; in BurmeseBreakEngine()
[all …]