Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp928 int32_t bestMatchLen = 0; in findBestMatch() local
938 if (len > bestMatchLen) { in findBestMatch()
939 bestMatchLen = len; in findBestMatch()
971 if (bestMatchLen == (text.length() - start)) { in findBestMatch()
998 return bestMatchLen; in findBestMatch()
1017 if (len >= bestMatchLen) { in findBestMatch()
1018 bestMatchLen = localMatches->getMatchLength(i); in findBestMatch()
1026 if (bestMatchLen > 0) { in findBestMatch()
1030 return bestMatchLen; in findBestMatch()