Searched refs:ucsdet_getName (Results 1 – 14 of 14) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 187 name = ucsdet_getName(match, &status); in TestUTF16() 207 name = ucsdet_getName(match, &status); in TestUTF16() 254 name = ucsdet_getName(match, &status); in TestC1Bytes() 268 name = ucsdet_getName(match, &status); in TestC1Bytes() 312 name = ucsdet_getName(match, &status); in TestInputFilter() 334 name = ucsdet_getName(match, &status); in TestInputFilter() 356 ucsdet_getName(NULL, &status); in TestChaining() 420 … if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) { in TestBufferOverflow() 422 … ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status)); in TestBufferOverflow() 493 name = ucsdet_getName(match, &status); in TestIBM424() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 191 UnicodeString name(ucsdet_getName(matches[0], &status)); in checkEncoding() 206 const char *name = ucsdet_getName(matches[m], &status); in checkEncoding() 381 name = ucsdet_getName(match, &status); in UTF16Test() 399 name = ucsdet_getName(match, &status); in UTF16Test() 437 name = ucsdet_getName(match, &status); in InputFilterTest() 459 name = ucsdet_getName(match, &status); in InputFilterTest() 498 name = ucsdet_getName(match, &status); in C1BytesTest() 512 name = ucsdet_getName(match, &status); in C1BytesTest() 647 name = ucsdet_getName(match, &status); in IBM424Test() 660 name = ucsdet_getName(match, &status); in IBM424Test() [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/csdet/ |
D | csdet.c | 61 const char *name = ucsdet_getName(csm[match], &status); in main()
|
/third_party/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 61 const char *name = ucsdet_getName(csm[match], &status); in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucsdet.h | 236 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | ucsdet.h | 236 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 236 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucsdet.cpp | 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() function
|
/third_party/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucsdet.cpp | 66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName() function
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 103 const char *name = ucsdet_getName(ucm, &status);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 811 #define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 820 #define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 821 #define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) macro
|