Home
last modified time | relevance | path

Searched refs:ucnv_setToUCallBack (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/base/i18n/
Dicu_string_conversions.cc121 ucnv_setToUCallBack(converter, UCNV_TO_U_CALLBACK_STOP, 0, in SetUpErrorHandlerForToUChars()
125 ucnv_setToUCallBack(converter, UCNV_TO_U_CALLBACK_SKIP, 0, in SetUpErrorHandlerForToUChars()
129 ucnv_setToUCallBack(converter, ToUnicodeCallbackSubstitute, 0, in SetUpErrorHandlerForToUChars()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecICU.cpp305 ucnv_setToUCallBack(m_converter, UCNV_TO_U_CALLBACK_SUBSTITUTE, in ErrorCallbackSetter()
317 ucnv_setToUCallBack(m_converter, m_savedAction, in ~ErrorCallbackSetter()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c1951 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF8()
2022 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestCESU8()
2123 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestUTF16BE()
2177 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestUTF16LE()
2319 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF32BE()
2390 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF32LE()
2602 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestDBCS()
2653 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestMBCS()
2761 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestISO_2022()
4073 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestISO_2022_KR()
[all …]
Dccapitst.c767ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err); in TestConvert()
780 ucnv_setToUCallBack(myConverter,MIA2, MIA2Context, &oldToUAction, &oldToUContext, &err); in TestConvert()
793ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), NULL, &oldToUAction, &oldToUContext, &err); in TestConvert()
1443 ucnv_setToUCallBack(toUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr); in TSCC_toU()
1508 ucnv_setToUCallBack(conv1, TSCC_toU, &to1, NULL, NULL, &err); in TestConvertSafeCloneCallback()
2518 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in testFromTruncatedUTF8()
2573 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode); in testFromBadUTF8()
3308 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, oldToUAction, NULL, &status); in TestToUCountPending()
3358 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, oldToUAction, NULL, &status); in TestToUCountPending()
Dncnvtst.c1408 ucnv_setToUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status); in testConvertToU()
1808 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in doTestTruncated()
Dnccbtst.c2874 ucnv_setToUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status); in testConvertToUnicode()
3247 ucnv_setToUCallBack (conv, callback, context, &oldAction, &oldContext, &status); in testConvertToUnicodeWithContext()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dnucnvtst.c1938 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF8()
2009 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestCESU8()
2110 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestUTF16BE()
2164 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestUTF16LE()
2306 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF32BE()
2377 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, &cb, &p, &errorCode); in TestUTF32LE()
2589 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestDBCS()
2640 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestMBCS()
2748 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestISO_2022()
4049 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in TestISO_2022_KR()
[all …]
Dccapitst.c811ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err); in TestConvert()
824 ucnv_setToUCallBack(myConverter,MIA2, MIA2Context, &oldToUAction, &oldToUContext, &err); in TestConvert()
837ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), NULL, &oldToUAction, &oldToUContext, &err); in TestConvert()
1481 ucnv_setToUCallBack(toUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr); in TSCC_toU()
1547 ucnv_setToUCallBack(conv1, TSCC_toU, &to1, NULL, NULL, &err); in TestConvertSafeCloneCallback()
2554 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in testFromTruncatedUTF8()
2608 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode); in testFromBadUTF8()
3344 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, oldToUAction, NULL, &status); in TestToUCountPending()
3394 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, oldToUAction, NULL, &status); in TestToUCountPending()
Dncnvtst.c1390 ucnv_setToUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status); in testConvertToU()
1784 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in doTestTruncated()
Dnccbtst.c2868 ucnv_setToUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status); in testConvertToUnicode()
3244 ucnv_setToUCallBack (conv, callback, context, &oldAction, &oldContext, &status); in testConvertToUnicodeWithContext()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.c210 ucnv_setToUCallBack(buf->conv, in ucbuf_fillucbuf()
277 ucnv_setToUCallBack(buf->conv, in ucbuf_fillucbuf()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Ducbuf.c209 ucnv_setToUCallBack(buf->conv, in ucbuf_fillucbuf()
276 ucnv_setToUCallBack(buf->conv, in ucbuf_fillucbuf()
/external/icu/icu4c/source/common/unicode/
Ducnv.h1046 ucnv_setToUCallBack (UConverter * converter,
Durename.h673 #define ucnv_setToUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_setToUCallBack) macro
/external/chromium_org/third_party/icu/source/common/unicode/
Ducnv.h1002 ucnv_setToUCallBack (UConverter * converter,
Durename.h676 #define ucnv_setToUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_setToUCallBack) macro
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp56 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in ConversionTest()
988 ucnv_setToUCallBack(cnv.getAlias(), callback, option, NULL, NULL, errorCode); in ToUnicodeCase()
/external/chromium_org/third_party/icu/source/test/intltest/
Dconvtest.cpp56 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in ConversionTest()
959 ucnv_setToUCallBack(cnv.getAlias(), callback, option, NULL, NULL, errorCode); in ToUnicodeCase()
/external/chromium_org/third_party/libxml/patches/
Dicu35 + ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp705 ucnv_setToUCallBack(convfrom, toucallback, touctxt, 0, 0, &err); in convertFile()
/external/chromium_org/third_party/icu/source/common/
Ducnv.c723 ucnv_setToUCallBack (UConverter * converter, in ucnv_setToUCallBack() function
/external/chromium_org/third_party/libxml/src/
Dencoding.c115 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP, in openIcuConverter()
/external/icu/icu4c/source/common/
Ducnv.c733 ucnv_setToUCallBack (UConverter * converter, in ucnv_setToUCallBack() function
/external/libxml2/
Dencoding.c119 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP, in openIcuConverter()