Searched refs:ucsdet_setText (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 134 ucsdet_setText(csd, bytes, byteLength, &status); in TestUTF8() 178 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16() 198 ucsdet_setText(csd, leBytes, leLength, &status); in TestUTF16() 245 ucsdet_setText(csd, bWindows, lWindows, &status); in TestC1Bytes() 259 ucsdet_setText(csd, bISO, lISO, &status); in TestC1Bytes() 303 ucsdet_setText(csd, bytes, byteLength, &status); in TestInputFilter() 325 ucsdet_setText(csd, bytes, byteLength, &status); in TestInputFilter() 354 ucsdet_setText(NULL, NULL, 0, &status); in TestChaining() 405 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow() 483 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 | 56 ucsdet_setText(csd, buffer, inputLength, &status); in main()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucsdet.h | 128 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
|
D | urename.h | 799 #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 128 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 | 799 #define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1313 ucsdet_setText(ucsd, textIn, len, status); in ucsdet_setText_android()
|