Searched refs:fMarkSet (Results 1 – 10 of 10) sorted by relevance
33 private static UnicodeSet fMarkSet; field in LaoBreakEngine38 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()
36 private static UnicodeSet fMarkSet; field in KhmerBreakEngine41 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()
33 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine38 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()
40 private static UnicodeSet fMarkSet; field in ThaiBreakEngine45 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()
37 private static UnicodeSet fMarkSet; field in KhmerBreakEngine42 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()
34 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine39 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()
34 private static UnicodeSet fMarkSet; field in LaoBreakEngine39 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()
41 private static UnicodeSet fMarkSet; field in ThaiBreakEngine46 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()
155 UnicodeSet fMarkSet; variable211 UnicodeSet fMarkSet; variable267 UnicodeSet fMarkSet; variable323 UnicodeSet fMarkSet; variable
224 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 …]