Home
last modified time | relevance | path

Searched defs:bestLength (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/draft/
DShortestCanonicalForm.java166 int bestLength = nfc.codePointCount(0, nfc.length()); in getShortest() local
221 int bestLength = Integer.MAX_VALUE; in process() local
/external/zstd/lib/compress/
Dzstd_opt.c396 size_t bestLength = 8; in ZSTD_insertBt1() local
559 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_lazy.c157 size_t bestLength, in ZSTD_DUBT_findBetterDictMatch()
307 size_t bestLength = 0; in ZSTD_DUBT_findBestMatch() local
/external/icu/icu4c/source/common/
Dlocalematcher.cpp795 int32_t bestLength = (int32_t)uprv_strlen(bestStr); in acceptLanguage() local