Searched refs:ucsdet_setText (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 133 ucsdet_setText(csd, bytes, byteLength, &status); in TestUTF8() 177 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16() 197 ucsdet_setText(csd, leBytes, leLength, &status); in TestUTF16() 244 ucsdet_setText(csd, bWindows, lWindows, &status); in TestC1Bytes() 258 ucsdet_setText(csd, bISO, lISO, &status); in TestC1Bytes() 302 ucsdet_setText(csd, bytes, byteLength, &status); in TestInputFilter() 324 ucsdet_setText(csd, bytes, byteLength, &status); in TestInputFilter() 353 ucsdet_setText(NULL, NULL, 0, &status); in TestChaining() 404 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow() 482 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM424() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 181 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status); in checkEncoding() 333 ucsdet_setText(csd, bytes, byteLength, &status); in UTF8Test() 374 ucsdet_setText(csd, beBytes, beLength, &status); in UTF16Test() 395 ucsdet_setText(csd, leBytes, leLength, &status); in UTF16Test() 440 ucsdet_setText(csd, bytes, byteLength, &status); in InputFilterTest() 462 ucsdet_setText(csd, bytes, byteLength, &status); in InputFilterTest() 501 ucsdet_setText(csd, bWindows, lWindows, &status); in C1BytesTest() 515 ucsdet_setText(csd, bISO, lISO, &status); in C1BytesTest() 650 ucsdet_setText(csd, bytes, bLength, &status); in IBM424Test() 663 ucsdet_setText(csd, bytes_r, brLength, &status); in IBM424Test() [all …]
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 52 ucsdet_setText(csd, buffer, inputLength, &status); in main()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
|
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 779 #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) macro
|