Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DKhmerBreakEngine.java38 private static UnicodeSet fMarkSet; field in KhmerBreakEngine
43 fMarkSet = new UnicodeSet();
49 fMarkSet.applyPattern("[[:Khmer:]&[:LineBreak=SA:]&[:M:]]");
50 fMarkSet.add(0x0020);
56 fMarkSet.compact(); in fMarkSet.compact()
62 fMarkSet.freeze(); in fMarkSet.freeze()
205 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DLaoBreakEngine.java35 private static UnicodeSet fMarkSet; field in LaoBreakEngine
40 fMarkSet = new UnicodeSet();
46 fMarkSet.applyPattern("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]");
47 fMarkSet.add(0x0020);
55 fMarkSet.compact(); in fMarkSet.compact()
61 fMarkSet.freeze(); in fMarkSet.freeze()
204 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java35 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine
40 fMarkSet = new UnicodeSet();
46 fMarkSet.applyPattern("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]");
47 fMarkSet.add(0x0020);
52 fMarkSet.compact(); in fMarkSet.compact()
58 fMarkSet.freeze(); in fMarkSet.freeze()
205 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DThaiBreakEngine.java42 private static UnicodeSet fMarkSet; field in ThaiBreakEngine
47 fMarkSet = new UnicodeSet();
54 fMarkSet.applyPattern("[[:Thai:]&[:LineBreak=SA:]&[:M:]]");
55 fMarkSet.add(0x0020);
65 fMarkSet.compact(); in fMarkSet.compact()
72 fMarkSet.freeze(); in fMarkSet.freeze()
220 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DLaoBreakEngine.java36 private static UnicodeSet fMarkSet; field in LaoBreakEngine
41 fMarkSet = new UnicodeSet();
47 fMarkSet.applyPattern("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]");
48 fMarkSet.add(0x0020);
56 fMarkSet.compact(); in fMarkSet.compact()
62 fMarkSet.freeze(); in fMarkSet.freeze()
205 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java36 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine
41 fMarkSet = new UnicodeSet();
47 fMarkSet.applyPattern("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]");
48 fMarkSet.add(0x0020);
53 fMarkSet.compact(); in fMarkSet.compact()
59 fMarkSet.freeze(); in fMarkSet.freeze()
206 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DKhmerBreakEngine.java39 private static UnicodeSet fMarkSet; field in KhmerBreakEngine
44 fMarkSet = new UnicodeSet();
50 fMarkSet.applyPattern("[[:Khmer:]&[:LineBreak=SA:]&[:M:]]");
51 fMarkSet.add(0x0020);
57 fMarkSet.compact(); in fMarkSet.compact()
63 fMarkSet.freeze(); in fMarkSet.freeze()
206 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DThaiBreakEngine.java43 private static UnicodeSet fMarkSet; field in ThaiBreakEngine
48 fMarkSet = new UnicodeSet();
55 fMarkSet.applyPattern("[[:Thai:]&[:LineBreak=SA:]&[:M:]]");
56 fMarkSet.add(0x0020);
66 fMarkSet.compact(); in fMarkSet.compact()
73 fMarkSet.freeze(); in fMarkSet.freeze()
221 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
/external/icu/icu4c/source/common/
Ddictbe.h157 UnicodeSet fMarkSet; variable
213 UnicodeSet fMarkSet; variable
269 UnicodeSet fMarkSet; variable
325 UnicodeSet fMarkSet; variable
Ddictbe.cpp226 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status); in ThaiBreakEngine()
227 fMarkSet.add(0x0020); in ThaiBreakEngine()
237 fMarkSet.compact(); in ThaiBreakEngine()
379 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
468 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]"), status); in LaoBreakEngine()
469 fMarkSet.add(0x0020); in LaoBreakEngine()
477 fMarkSet.compact(); in LaoBreakEngine()
609 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
664 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]"), status); in BurmeseBreakEngine()
665 fMarkSet.add(0x0020); in BurmeseBreakEngine()
[all …]