Searched refs:ucsdet_getName (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextEncodingDetectorICU.cpp102 const char* matchEncoding = ucsdet_getName(matches[i], &status);
118 encoding = ucsdet_getName(matches[0], &status);
/external/chromium/base/i18n/
H A Dicu_encoding_detection.cc27 const char* detected_encoding = ucsdet_getName(match, &status);
62 const char* encoding_name = ucsdet_getName(matches[i], &get_name_status);
/external/icu4c/i18n/unicode/
H A Ducsdet.h227 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
/external/icu4c/samples/csdet/
H A Dcsdet.c57 const char *name = ucsdet_getName(csm[match], &status);
/external/webkit/Source/WebCore/icu/unicode/
H A Ducsdet.h206 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
/external/icu4c/test/cintltst/
H A Ducsdetst.c185 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(matc
[all...]
/external/icu4c/test/intltest/
H A Dcsdetest.cpp175 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(matc
[all...]
/external/icu4c/i18n/
H A Ducsdet.cpp61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) function
/external/icu4c/common/unicode/
H A Durename.h815 #define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) macro

Completed in 218 milliseconds