Home
last modified time | relevance | path

Searched refs:ucsdet_setDeclaredEncoding (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/icu/unicode/
Ducsdet.h123 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
/external/icu4c/i18n/unicode/
Ducsdet.h144 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
/external/icu4c/test/cintltst/
Ducsdetst.c152 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in TestUTF8()
358 ucsdet_setDeclaredEncoding(NULL, NULL, 0, &status); in TestChaining()
396 ucsdet_setDeclaredEncoding(csd, "ISO-2022-JP", -1, &status); in TestBufferOverflow()
/external/icu4c/i18n/
Ducsdet.cpp101 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding() function
/external/icu4c/test/intltest/
Dcsdetest.cpp308 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in UTF8Test()
/external/icu4c/common/unicode/
Durename.h817 #define ucsdet_setDeclaredEncoding U_ICU_ENTRY_POINT_RENAME(ucsdet_setDeclaredEncoding) macro