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/
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()
201 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()
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()
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/
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()
202 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
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()
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.h130 UnicodeSet fMarkSet; variable
186 UnicodeSet fMarkSet; variable
242 UnicodeSet fMarkSet; variable
298 UnicodeSet fMarkSet; variable
Ddictbe.cpp199 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status); in ThaiBreakEngine()
200 fMarkSet.add(0x0020); in ThaiBreakEngine()
210 fMarkSet.compact(); in ThaiBreakEngine()
352 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
441 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]"), status); in LaoBreakEngine()
442 fMarkSet.add(0x0020); in LaoBreakEngine()
450 fMarkSet.compact(); in LaoBreakEngine()
582 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
637 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]"), status); in BurmeseBreakEngine()
638 fMarkSet.add(0x0020); in BurmeseBreakEngine()
[all …]