Lines Matching refs:UText
44 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks()
133 int32_t candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd );
136 int32_t acceptMarked( UText *text );
140 UBool backUp( UText *text );
154 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates()
174 PossibleWord::acceptMarked( UText *text ) { in acceptMarked()
181 PossibleWord::backUp( UText *text ) { in backUp()
246 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
485 LaoBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
678 BurmeseBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
883 KhmerBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
1133 CjkBreakEngine::divideUpDictionaryRange( UText *inText, in divideUpDictionaryRange()
1287 UText fu = UTEXT_INITIALIZER; in divideUpDictionaryRange()