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

  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 102 const char* matchEncoding = ucsdet_getName(matches[i], &status);
118 encoding = ucsdet_getName(matches[0], &status);
  /external/chromium/base/i18n/
icu_encoding_detection.cc 27 const char* detected_encoding = ucsdet_getName(match, &status);
62 const char* encoding_name = ucsdet_getName(matches[i], &get_name_status);
  /external/icu4c/i18n/unicode/
ucsdet.h 227 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
  /external/icu4c/samples/csdet/
csdet.c 57 const char *name = ucsdet_getName(csm[match], &status);
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 206 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
  /external/icu4c/test/cintltst/
ucsdetst.c 185 name = ucsdet_getName(match, &status);
205 name = ucsdet_getName(match, &status);
252 name = ucsdet_getName(match, &status);
266 name = ucsdet_getName(match, &status);
310 name = ucsdet_getName(match, &status);
332 name = ucsdet_getName(match, &status);
354 ucsdet_getName(NULL, &status);
417 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
419 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
490 name = ucsdet_getName(match, &status)
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 175 UnicodeString name(ucsdet_getName(matches[0], &status));
190 const char *name = ucsdet_getName(matches[m], &status);
331 name = ucsdet_getName(match, &status);
352 name = ucsdet_getName(match, &status);
397 name = ucsdet_getName(match, &status);
419 name = ucsdet_getName(match, &status);
458 name = ucsdet_getName(match, &status);
472 name = ucsdet_getName(match, &status);
602 name = ucsdet_getName(match, &status);
615 name = ucsdet_getName(match, &status)
    [all...]
  /external/icu4c/i18n/
ucsdet.cpp 61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 98 milliseconds