HomeSort by relevance Sort by last modified time
    Searched refs:ucsdet_getConfidence (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/unicode/
ucsdet.h 253 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
  /external/icu4c/samples/csdet/
csdet.c 59 int32_t confidence = ucsdet_getConfidence(csm[match], &status);
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 232 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 95 int32_t confidence = ucsdet_getConfidence(matches[i], &status);
  /external/chromium/base/i18n/
icu_encoding_detection.cc 68 int32_t confidence = ucsdet_getConfidence(matches[i], &get_name_status);
  /external/icu4c/i18n/
ucsdet.cpp 71 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status)
  /external/icu4c/test/cintltst/
ucsdetst.c 186 conf = ucsdet_getConfidence(match, &status);
206 conf = ucsdet_getConfidence(match, &status);
355 ucsdet_getConfidence(NULL, &status);
419 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
  /external/icu4c/test/intltest/
csdetest.cpp 192 int32_t confidence = ucsdet_getConfidence(matches[m], &status);
332 conf = ucsdet_getConfidence(match, &status);
353 conf = ucsdet_getConfidence(match, &status);
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 160 milliseconds