Home | History | Annotate | Download | only in common

Lines Matching defs:normalizedText

765     // Normalize the input string and put it in normalizedText.
784 UText normalizedText = UTEXT_INITIALIZER;
785 // Needs to be declared here because normalizedText holds onto its buffer.
794 utext_openUnicodeString(&normalizedText, &inputString, &status);
809 utext_openUnicodeString(&normalizedText, &normalizedString, &status);
845 utext_setNativeIndex(&normalizedText, i);
853 fDictionary->matches(&normalizedText, maxSearchLength, lengths.elems(), count, maxSearchLength, values.elems());
861 !fHangulWordSet.contains(utext_current32(&normalizedText))) {
880 utext_setNativeIndex(&normalizedText, i);
881 bool is_katakana = isKatakana(utext_current32(&normalizedText));
884 utext_next32(&normalizedText);
887 isKatakana(utext_current32(&normalizedText))) {
888 utext_next32(&normalizedText);
934 utext_close(&normalizedText);