Home
last modified time | relevance | path

Searched refs:UConverterToUCallback (Results 1 – 16 of 16) sorted by relevance

/external/icu4c/test/cintltst/
Dnccbtst.h51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
Dccapitst.c86 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA);
305 UConverterToUCallback MIA2, MIA2_2; in TestConvert()
377 UConverterToUCallback oldToUAction = NULL; in TestConvert()
1097 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA) in otherCharAction()
1099 …return (MIA==(UConverterToUCallback)UCNV_TO_U_CALLBACK_STOP)?(UConverterToUCallback)UCNV_TO_U_CALL… in otherCharAction()
1456 UConverterToUCallback junkFrom; in TSCC_toU()
1525 UConverterToUCallback junkTo; in TestConvertSafeCloneCallback()
3338 UConverterToUCallback *oldToUAction= NULL; in TestToUCountPending()
Dncnvtst.c50 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese…
1001 (UConverterToUCallback)UCNV_TO_U_CALLBACK_ESCAPE, fromIBM943Offs,FALSE)) in TestWithBufferSize()
1367 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese… in testConvertToU()
1386 UConverterToUCallback oldAction = NULL; in testConvertToU()
Dnccbtst.c2844 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode()
2862 UConverterToUCallback oldAction = NULL; in testConvertToUnicode()
3220 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicodeWithContext()
3238 UConverterToUCallback oldAction = NULL; in testConvertToUnicodeWithContext()
Dnucnvtst.c1950 UConverterToUCallback cb; in TestUTF8()
2021 UConverterToUCallback cb; in TestCESU8()
2317 UConverterToUCallback cb; in TestUTF32BE()
2388 UConverterToUCallback cb; in TestUTF32LE()
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Ducnv.h158 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef
847 UConverterToUCallback *action,
883 UConverterToUCallback newAction,
885 UConverterToUCallback *oldAction,
/external/webkit/Source/JavaScriptCore/icu/unicode/
Ducnv.h158 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef
847 UConverterToUCallback *action,
883 UConverterToUCallback newAction,
885 UConverterToUCallback *oldAction,
/external/webkit/Source/WebCore/icu/unicode/
Ducnv.h158 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef
847 UConverterToUCallback *action,
883 UConverterToUCallback newAction,
885 UConverterToUCallback *oldAction,
/external/icu4c/common/unicode/
Ducnv.h162 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef
967 UConverterToUCallback *action,
1003 UConverterToUCallback newAction,
1005 UConverterToUCallback *oldAction,
/external/icu4c/common/
Ducnv_imp.h131 #define UCNV_TO_U_DEFAULT_CALLBACK ((UConverterToUCallback) UCNV_TO_U_CALLBACK_SUBSTITUTE)
Ducnv.c706 UConverterToUCallback *action, in ucnv_getToUCallBack()
724 UConverterToUCallback newAction, in ucnv_setToUCallBack()
726 UConverterToUCallback *oldAction, in ucnv_setToUCallBack()
/external/icu4c/test/intltest/
Dconvtest.h79 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
Dconvtest.cpp93 UConverterToUCallback callback; in TestToUnicode()
973 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase()
/external/webkit/Source/WebCore/platform/text/
DTextCodecICU.cpp278 UConverterToUCallback oldAction; in ~ErrorCallbackSetter()
292 UConverterToUCallback m_savedAction;
/external/icu4c/extra/uconv/
Duconv.cpp136 UConverterToUCallback tou;
557 UConverterToUCallback toucallback,
580 UConverterToUCallback toucallback, in convertFile()
1111 UConverterToUCallback toucallback = UCNV_TO_U_CALLBACK_STOP; in main()
/external/icu4c/tools/toolutil/
Ducbuf.c206 UConverterToUCallback toUOldAction ; in ucbuf_fillucbuf()