Searched defs:bestMatchName (Results 1 - 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
H A D | smpdtfmt.cpp | 2060 UnicodeString &bestMatchName, 2078 UnicodeString bestMatchName; local 2095 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) { 2113 int32_t len = bestMatchName.length(); // 99+% of the time 2124 if (bestMatchName == lcaseText) { 2286 UnicodeString bestMatchName; local 2304 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) { 2315 if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) { 2348 int32_t len = bestMatchName.length(); // 99+% of the time 2359 if (bestMatchName 2369 newBestMatchWithOptionalDot(const UnicodeString &lcaseText, const UnicodeString &data, UnicodeString &bestMatchName, int32_t &bestMatchLength) argument [all...] |
Completed in 32 milliseconds