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/
DLaoBreakEngine.java33 private static UnicodeSet fMarkSet; field in LaoBreakEngine
38 fMarkSet = new UnicodeSet();
44 fMarkSet.applyPattern("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]");
45 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()
DKhmerBreakEngine.java36 private static UnicodeSet fMarkSet; field in KhmerBreakEngine
41 fMarkSet = new UnicodeSet();
47 fMarkSet.applyPattern("[[:Khmer:]&[:LineBreak=SA:]&[:M:]]");
48 fMarkSet.add(0x0020);
54 fMarkSet.compact(); in fMarkSet.compact()
60 fMarkSet.freeze(); in fMarkSet.freeze()
203 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DBurmeseBreakEngine.java33 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine
38 fMarkSet = new UnicodeSet();
44 fMarkSet.applyPattern("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]");
45 fMarkSet.add(0x0020);
50 fMarkSet.compact(); in fMarkSet.compact()
56 fMarkSet.freeze(); in fMarkSet.freeze()
199 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DThaiBreakEngine.java40 private static UnicodeSet fMarkSet; field in ThaiBreakEngine
45 fMarkSet = new UnicodeSet();
52 fMarkSet.applyPattern("[[:Thai:]&[:LineBreak=SA:]&[:M:]]");
53 fMarkSet.add(0x0020);
63 fMarkSet.compact(); in fMarkSet.compact()
70 fMarkSet.freeze(); in fMarkSet.freeze()
218 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DKhmerBreakEngine.java37 private static UnicodeSet fMarkSet; field in KhmerBreakEngine
42 fMarkSet = new UnicodeSet();
48 fMarkSet.applyPattern("[[:Khmer:]&[:LineBreak=SA:]&[:M:]]");
49 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.java34 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine
39 fMarkSet = new UnicodeSet();
45 fMarkSet.applyPattern("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]");
46 fMarkSet.add(0x0020);
51 fMarkSet.compact(); in fMarkSet.compact()
57 fMarkSet.freeze(); in fMarkSet.freeze()
200 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DLaoBreakEngine.java34 private static UnicodeSet fMarkSet; field in LaoBreakEngine
39 fMarkSet = new UnicodeSet();
45 fMarkSet.applyPattern("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]");
46 fMarkSet.add(0x0020);
54 fMarkSet.compact(); in fMarkSet.compact()
60 fMarkSet.freeze(); in fMarkSet.freeze()
203 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
DThaiBreakEngine.java41 private static UnicodeSet fMarkSet; field in ThaiBreakEngine
46 fMarkSet = new UnicodeSet();
53 fMarkSet.applyPattern("[[:Thai:]&[:LineBreak=SA:]&[:M:]]");
54 fMarkSet.add(0x0020);
64 fMarkSet.compact(); in fMarkSet.compact()
71 fMarkSet.freeze(); in fMarkSet.freeze()
219 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
/external/icu/icu4c/source/common/
Ddictbe.h155 UnicodeSet fMarkSet; variable
211 UnicodeSet fMarkSet; variable
267 UnicodeSet fMarkSet; variable
323 UnicodeSet fMarkSet; variable
Ddictbe.cpp224 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status); in ThaiBreakEngine()
225 fMarkSet.add(0x0020); in ThaiBreakEngine()
235 fMarkSet.compact(); in ThaiBreakEngine()
377 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
466 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]"), status); in LaoBreakEngine()
467 fMarkSet.add(0x0020); in LaoBreakEngine()
475 fMarkSet.compact(); in LaoBreakEngine()
607 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
662 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]"), status); in BurmeseBreakEngine()
663 fMarkSet.add(0x0020); in BurmeseBreakEngine()
[all …]