Searched refs:bestMatchLength (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | smpdtfmt.cpp | 1990 int32_t &bestMatchLength); 2006 int32_t bestMatchLength = 0, bestMatch = -1; in matchQuarterString() local 2024 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) { in matchQuarterString() 2214 int32_t bestMatchLength = 0, bestMatch = -1; in matchString() local 2233 if (newBestMatchWithOptionalDot(lcaseText, data[i], bestMatchName, bestMatchLength)) { in matchString() 2244 … if (newBestMatchWithOptionalDot(lcaseText, leapMonthName, bestMatchName, bestMatchLength)) { in matchString() 2301 int32_t &bestMatchLength) { in newBestMatchWithOptionalDot() argument 2305 if (length <= bestMatchLength) { in newBestMatchWithOptionalDot() 2313 bestMatchLength = length; in newBestMatchWithOptionalDot() 2321 bestMatchLength = length; in newBestMatchWithOptionalDot()
|