Searched refs:fMarkSet (Results 1 – 10 of 10) sorted by relevance
39 private static UnicodeSet fMarkSet; field in KhmerBreakEngine44 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()
36 private static UnicodeSet fMarkSet; field in LaoBreakEngine41 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()
36 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine41 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()
43 private static UnicodeSet fMarkSet; field in ThaiBreakEngine48 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()
35 private static UnicodeSet fMarkSet; field in LaoBreakEngine40 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()
35 private static UnicodeSet fMarkSet; field in BurmeseBreakEngine40 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()
38 private static UnicodeSet fMarkSet; field in KhmerBreakEngine43 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()
42 private static UnicodeSet fMarkSet; field in ThaiBreakEngine47 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()
155 UnicodeSet fMarkSet; variable211 UnicodeSet fMarkSet; variable267 UnicodeSet fMarkSet; variable323 UnicodeSet fMarkSet; variable
204 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status); in ThaiBreakEngine()205 fMarkSet.add(0x0020); in ThaiBreakEngine()215 fMarkSet.compact(); in ThaiBreakEngine()357 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()446 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Laoo:]&[:LineBreak=SA:]&[:M:]]"), status); in LaoBreakEngine()447 fMarkSet.add(0x0020); in LaoBreakEngine()455 fMarkSet.compact(); in LaoBreakEngine()587 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()642 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Mymr:]&[:LineBreak=SA:]&[:M:]]"), status); in BurmeseBreakEngine()643 fMarkSet.add(0x0020); in BurmeseBreakEngine()[all …]