Searched defs:bestMatchName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2054 UnicodeString &bestMatchName,
2072 UnicodeString bestMatchName; local
2089 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2107 int32_t len = bestMatchName.length(); // 99+% of the time
2118 if (bestMatchName == lcaseText) {
2280 UnicodeString bestMatchName; local
2298 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2309 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {
2342 int32_t len = bestMatchName.length(); // 99+% of the time
2353 if (bestMatchName
2363 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2079 UnicodeString &bestMatchName,
2097 UnicodeString bestMatchName; local
2114 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2132 int32_t len = bestMatchName.length(); // 99+% of the time
2143 if (bestMatchName == lcaseText) {
2313 UnicodeString bestMatchName; local
2331 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) {
2342 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) {
2375 int32_t len = bestMatchName.length(); // 99+% of the time
2386 if (bestMatchName
2396 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument
[all...]

Completed in 43 milliseconds