Lines Matching refs:fMarkSet
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()
668 fMarkSet.compact(); in BurmeseBreakEngine()
800 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()
855 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Khmr:]&[:LineBreak=SA:]&[:M:]]"), status); in KhmerBreakEngine()
856 fMarkSet.add(0x0020); in KhmerBreakEngine()
872 fMarkSet.compact(); in KhmerBreakEngine()
1005 …while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_curre… in divideUpDictionaryRange()