/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 135 ucsdet_setText(csd, bytes, byteLength, &status); in TestUTF8() 179 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16() 199 ucsdet_setText(csd, leBytes, leLength, &status); in TestUTF16() 246 ucsdet_setText(csd, bWindows, lWindows, &status); in TestC1Bytes() 260 ucsdet_setText(csd, bISO, lISO, &status); in TestC1Bytes() 304 ucsdet_setText(csd, bytes, byteLength, &status); in TestInputFilter() 326 ucsdet_setText(csd, bytes, byteLength, &status); in TestInputFilter() 355 ucsdet_setText(NULL, NULL, 0, &status); in TestChaining() 407 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow() 485 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM424() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 185 ucsdet_setText(csd.getAlias(), bytes.get(), byteLength, &status); in checkEncoding() 333 ucsdet_setText(csd, bytes, byteLength, &status); in UTF8Test() 374 ucsdet_setText(csd.getAlias(), beBytes.get(), beLength, &status); in UTF16Test() 391 ucsdet_setText(csd.getAlias(), leBytes.get(), leLength, &status); in UTF16Test() 429 ucsdet_setText(csd, bytes, byteLength, &status); in InputFilterTest() 451 ucsdet_setText(csd, bytes, byteLength, &status); in InputFilterTest() 490 ucsdet_setText(csd, bWindows, lWindows, &status); in C1BytesTest() 504 ucsdet_setText(csd, bISO, lISO, &status); in C1BytesTest() 639 ucsdet_setText(csd, bytes, bLength, &status); in IBM424Test() 652 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test() [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/csdet/ |
D | csdet.c | 56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
|
/third_party/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucsdet.h | 131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | ucsdet.h | 131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucsdet.cpp | 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() function
|
/third_party/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucsdet.cpp | 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() function
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 208 ucsdet_setText(csd, buffer, inputLength, &status); 258 ucsdet_setText(csd, buffer, inputLength, &status);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 817 #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 826 #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 827 #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) macro
|