Lines Matching full:utext
44 DictionaryBreakEngine::findBreaks( UText *text,
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 ) {
174 PossibleWord::acceptMarked( UText *text ) {
181 PossibleWord::backUp( UText *text ) {
246 ThaiBreakEngine::divideUpDictionaryRange( UText *text,
260 int32_t cuWordLength = 0; // Word length in code units (UText native indexing)
313 // Set UText position to after the accepted word.
485 LaoBreakEngine::divideUpDictionaryRange( UText *text,
678 BurmeseBreakEngine::divideUpDictionaryRange( UText *text,
883 KhmerBreakEngine::divideUpDictionaryRange( UText *text,
1117 // Function for accessing internal utext flags.
1118 // Replicates an internal UText function.
1126 * @param text A UText representing the text
1133 CjkBreakEngine::divideUpDictionaryRange( UText *inText,
1141 // UnicodeString version of input UText, NFKC normalized in necessary.
1144 // inputMap[inStringIndex] = corresponding native index from UText inText.
1151 // if UText has the input string as one contiguous UTF-16 chunk
1163 // Copy the text from the original inText (UText) to inString (UnicodeString).
1164 // Create a map from UnicodeString indices -> UText offsets.
1188 // normalizedMap[normalizedInput position] == original UText position.
1282 UText fu = UTEXT_INITIALIZER;
1379 // the normalized input string) back to indices in the original input UText