Searched refs:fMarkSet (Results 1 – 10 of 10) sorted by relevance
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()201 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()
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()
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()202 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()
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()
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()
130 UnicodeSet fMarkSet; variable186 UnicodeSet fMarkSet; variable242 UnicodeSet fMarkSet; variable298 UnicodeSet fMarkSet; variable
199 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 …]