Searched refs:ucsdet_getName (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ucsdetst.c | 185 name = ucsdet_getName(match, &status); in TestUTF16() 205 name = ucsdet_getName(match, &status); in TestUTF16() 252 name = ucsdet_getName(match, &status); in TestC1Bytes() 266 name = ucsdet_getName(match, &status); in TestC1Bytes() 310 name = ucsdet_getName(match, &status); in TestInputFilter() 332 name = ucsdet_getName(match, &status); in TestInputFilter() 354 ucsdet_getName(NULL, &status); in TestChaining() 417 … if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) { in TestBufferOverflow() 419 … ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status)); in TestBufferOverflow() 490 name = ucsdet_getName(match, &status); in TestIBM424() [all …]
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 187 UnicodeString name(ucsdet_getName(matches[0], &status)); in checkEncoding() 202 const char *name = ucsdet_getName(matches[m], &status); in checkEncoding() 343 name = ucsdet_getName(match, &status); in UTF16Test() 364 name = ucsdet_getName(match, &status); in UTF16Test() 409 name = ucsdet_getName(match, &status); in InputFilterTest() 431 name = ucsdet_getName(match, &status); in InputFilterTest() 470 name = ucsdet_getName(match, &status); in C1BytesTest() 484 name = ucsdet_getName(match, &status); in C1BytesTest() 614 name = ucsdet_getName(match, &status); in IBM424Test() 627 name = ucsdet_getName(match, &status); in IBM424Test() [all …]
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextEncodingDetectorICU.cpp | 102 const char* matchEncoding = ucsdet_getName(matches[i], &status); in detectTextEncoding() 118 encoding = ucsdet_getName(matches[0], &status); in detectTextEncoding()
|
/external/chromium/base/i18n/ |
D | icu_encoding_detection.cc | 27 const char* detected_encoding = ucsdet_getName(match, &status); in DetectEncoding() 62 const char* encoding_name = ucsdet_getName(matches[i], &get_name_status); in DetectAllEncodings()
|
/external/icu4c/samples/csdet/ |
D | csdet.c | 57 const char *name = ucsdet_getName(csm[match], &status); in main()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucsdet.h | 206 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
|
/external/icu4c/i18n/unicode/ |
D | ucsdet.h | 227 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
|
/external/icu4c/i18n/ |
D | ucsdet.cpp | 61 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() function
|
/external/icu4c/common/unicode/ |
D | urename.h | 813 #define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) macro
|