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

  /external/webkit/WebCore/platform/text/
TextEncodingDetectorICU.cpp 102 const char* matchEncoding = ucsdet_getName(matches[i], &status);
118 encoding = ucsdet_getName(matches[0], &status);
  /external/chromium/third_party/icu/public/i18n/unicode/
ucsdet.h 206 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *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/WebCore/icu/unicode/
ucsdet.h 206 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
  /external/chromium/third_party/icu/source/test/cintltst/
ucsdetst.c 183 name = ucsdet_getName(match, &status);
203 name = ucsdet_getName(match, &status);
250 name = ucsdet_getName(match, &status);
264 name = ucsdet_getName(match, &status);
308 name = ucsdet_getName(match, &status);
330 name = ucsdet_getName(match, &status);
352 ucsdet_getName(NULL, &status);
415 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
417 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
488 name = ucsdet_getName(match, &status)
    [all...]
  /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/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 172 UnicodeString name(ucsdet_getName(matches[0], &status));
187 const char *name = ucsdet_getName(matches[m], &status);
332 name = ucsdet_getName(match, &status);
353 name = ucsdet_getName(match, &status);
398 name = ucsdet_getName(match, &status);
420 name = ucsdet_getName(match, &status);
459 name = ucsdet_getName(match, &status);
473 name = ucsdet_getName(match, &status);
603 name = ucsdet_getName(match, &status);
616 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/chromium/third_party/icu/source/i18n/
ucsdet.cpp 61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
  /external/icu4c/i18n/
ucsdet.cpp 61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status)
  /external/chromium/net/ftp/
ftp_directory_listing_buffer.cc 33 const char* encoding = ucsdet_getName(match, &status);
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 693 milliseconds