Searched refs:maxMatchesFound (Results 1 – 4 of 4) sorted by relevance
232 int32_t maxMatchesFound = 0; in detect() local234 detectAll(maxMatchesFound, status); in detect()236 if(maxMatchesFound > 0) { in detect()243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() argument271 maxMatchesFound = resultCount; in detectAll()
117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll() argument125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
46 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);