Searched refs:detectAll (Results 1 – 3 of 3) sorted by relevance
38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
251 detectAll(maxMatchesFound, status); in detect()260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() function in CharsetDetector
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()