Searched refs:ucsdet_getUChars (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 147 dLength = ucsdet_getUChars(match, detected, sLength, &status); in TestUTF8() 361 ucsdet_getUChars(NULL, NULL, 0, &status); in TestChaining() 362 ucsdet_getUChars(NULL, NULL, 0, &status); in TestChaining()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucsdet.h | 317 ucsdet_getUChars(const UCharsetMatch *ucsm,
|
D | urename.h | 794 #define ucsdet_getUChars U_ICU_ENTRY_POINT_RENAME(ucsdet_getUChars) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 317 ucsdet_getUChars(const UCharsetMatch *ucsm,
|
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 174 ucsdet_getUChars(const UCharsetMatch *ucsm, in ucsdet_getUChars() function
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status); in checkEncoding() 341 ucsdet_getUChars(match, detected, sLength, &status); in UTF8Test()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 794 #define ucsdet_getUChars U_ICU_ENTRY_POINT_RENAME(ucsdet_getUChars) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1301 return ucsdet_getUChars(ucsm, buf, cap, status); in ucsdet_getUChars_android()
|