Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcsdetect.h38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
Dcsdetect.cpp251 detectAll(maxMatchesFound, status); in detect()
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
Ducsdet.cpp120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()