HomeSort by relevance Sort by last modified time
    Searched defs:maxMatchesFound (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
csdetect.cpp 249 int32_t maxMatchesFound = 0;
251 detectAll(maxMatchesFound, status);
253 if(maxMatchesFound > 0) {
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status)
322 maxMatchesFound = resultCount;
  /external/icu4c/i18n/
csdetect.cpp 249 int32_t maxMatchesFound = 0;
251 detectAll(maxMatchesFound, status);
253 if(maxMatchesFound > 0) {
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status)
322 maxMatchesFound = resultCount;

Completed in 57 milliseconds