Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcsdetect.cpp249 int32_t maxMatchesFound = 0; in detect() local
251 detectAll(maxMatchesFound, status); in detect()
253 if(maxMatchesFound > 0) { in detect()
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument
322 maxMatchesFound = resultCount; in detectAll()
Ducsdet.cpp112 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
Dcsdetect.h38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);