Searched refs:normalizedText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ddictbe.cpp968 // Normalize the input string and put it in normalizedText.
987 UText normalizedText = UTEXT_INITIALIZER; local
988 // Needs to be declared here because normalizedText holds onto its buffer.
997 utext_openUnicodeString(&normalizedText, &inputString, &status);
1012 utext_openUnicodeString(&normalizedText, &normalizedString, &status);
1048 utext_setNativeIndex(&normalizedText, i);
1056 fDictionary->matches(&normalizedText, maxSearchLength, lengths.elems(), count, maxSearchLength, values.elems());
1064 !fHangulWordSet.contains(utext_current32(&normalizedText))) {
1083 utext_setNativeIndex(&normalizedText, i);
1084 bool is_katakana = isKatakana(utext_current32(&normalizedText));
[all...]
/external/icu/icu4c/source/common/
H A Ddictbe.cpp971 // Normalize the input string and put it in normalizedText.
990 UText normalizedText = UTEXT_INITIALIZER; local
991 // Needs to be declared here because normalizedText holds onto its buffer.
1000 utext_openUnicodeString(&normalizedText, &inputString, &status);
1015 utext_openUnicodeString(&normalizedText, &normalizedString, &status);
1051 utext_setNativeIndex(&normalizedText, i);
1059 fDictionary->matches(&normalizedText, maxSearchLength, lengths.elems(), count, maxSearchLength, values.elems());
1067 !fHangulWordSet.contains(utext_current32(&normalizedText))) {
1086 utext_setNativeIndex(&normalizedText, i);
1087 bool is_katakana = isKatakana(utext_current32(&normalizedText));
[all...]

Completed in 54 milliseconds