Home
last modified time | relevance | path

Searched refs:bestMatchLen (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp905 int32_t bestMatchLen = 0; in findBestMatch() local
915 if (len > bestMatchLen) { in findBestMatch()
916 bestMatchLen = len; in findBestMatch()
948 if (bestMatchLen == (text.length() - start)) { in findBestMatch()
975 return bestMatchLen; in findBestMatch()
994 if (len >= bestMatchLen) { in findBestMatch()
995 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
1003 if (bestMatchLen > 0) { in findBestMatch()
1007 return bestMatchLen; in findBestMatch()