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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2052 newBestMatchWithOptionalDot(const UnicodeString &lcaseText,
2080 UnicodeString lcaseText; local
2081 text.extract(start, INT32_MAX, lcaseText);
2082 lcaseText.foldCase();
2089 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2116 text.extract(start, j, lcaseText);
2117 lcaseText.foldCase();
2118 if (bestMatchName == lcaseText) {
2289 UnicodeString lcaseText; local
2290 text.extract(start, INT32_MAX, lcaseText);
2363 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2077 newBestMatchWithOptionalDot(const UnicodeString &lcaseText,
2105 UnicodeString lcaseText; local
2106 text.extract(start, INT32_MAX, lcaseText);
2107 lcaseText.foldCase();
2114 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2141 text.extract(start, j, lcaseText);
2142 lcaseText.foldCase();
2143 if (bestMatchName == lcaseText) {
2322 UnicodeString lcaseText; local
2323 text.extract(start, INT32_MAX, lcaseText);
2396 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument
[all...]

Completed in 109 milliseconds