Searched refs:maxMatchesFound (Results 1 – 3 of 3) sorted by relevance
249 int32_t maxMatchesFound = 0; in detect() local251 detectAll(maxMatchesFound, status); in detect()253 if(maxMatchesFound > 0) { in detect()260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument322 maxMatchesFound = resultCount; in detectAll()
112 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);