Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp899 int32_t bestMatchLen = 0; in findBestMatch() local
909 if (len > bestMatchLen) { in findBestMatch()
910 bestMatchLen = len; in findBestMatch()
942 if (bestMatchLen == (text.length() - start)) { in findBestMatch()
969 return bestMatchLen; in findBestMatch()
988 if (len >= bestMatchLen) { in findBestMatch()
989 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
997 if (bestMatchLen > 0) { in findBestMatch()
1001 return bestMatchLen; in findBestMatch()