HomeSort by relevance Sort by last modified time
    Searched full:matchescount (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 56 int matchesCount = 0;
76 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
94 for (int i = 0; i < matchesCount; ++i) {
117 if (!encoding && matchesCount > 0)

Completed in 1020 milliseconds