Lines Matching refs:UText
44 DictionaryBreakEngine::findBreaks( UText *text, in findBreaks()
108 int32_t candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd );
111 int32_t acceptMarked( UText *text );
115 UBool backUp( UText *text );
129 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates()
149 PossibleWord::acceptMarked( UText *text ) { in acceptMarked()
156 PossibleWord::backUp( UText *text ) { in backUp()
221 ThaiBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
460 LaoBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
653 BurmeseBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
858 KhmerBreakEngine::divideUpDictionaryRange( UText *text, in divideUpDictionaryRange()
1108 CjkBreakEngine::divideUpDictionaryRange( UText *inText, in divideUpDictionaryRange()
1262 UText fu = UTEXT_INITIALIZER; in divideUpDictionaryRange()