Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.h56 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
64 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
Dccapitst.c40 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA);
261 UConverterToUCallback MIA2, MIA2_2; in TestConvert()
333 UConverterToUCallback oldToUAction = NULL; in TestConvert()
1058 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA) in otherCharAction()
1060 …return (MIA==(UConverterToUCallback)UCNV_TO_U_CALLBACK_STOP)?(UConverterToUCallback)UCNV_TO_U_CALL… in otherCharAction()
1416 UConverterToUCallback junkFrom; in TSCC_toU()
1484 UConverterToUCallback junkTo; in TestConvertSafeCloneCallback()
3309 UConverterToUCallback *oldToUAction= NULL; in TestToUCountPending()
Dncnvtst.c52 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese…
998 (UConverterToUCallback)UCNV_TO_U_CALLBACK_ESCAPE, fromIBM943Offs,FALSE)) in TestWithBufferSize()
1364 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese… in testConvertToU()
1383 UConverterToUCallback oldAction = NULL; in testConvertToU()
Dnccbtst.c2824 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode()
2842 UConverterToUCallback oldAction = NULL; in testConvertToUnicode()
3197 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicodeWithContext()
3215 UConverterToUCallback oldAction = NULL; in testConvertToUnicodeWithContext()
Dnucnvtst.c1936 UConverterToUCallback cb; in TestUTF8()
2007 UConverterToUCallback cb; in TestCESU8()
2303 UConverterToUCallback cb; in TestUTF32BE()
2374 UConverterToUCallback cb; in TestUTF32LE()
/external/icu/icu4c/source/common/unicode/
Ducnv.h200 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef
1020 UConverterToUCallback *action,
1056 UConverterToUCallback newAction,
1058 UConverterToUCallback *oldAction,
/external/icu/icu4c/source/common/
Ducnv_imp.h134 #define UCNV_TO_U_DEFAULT_CALLBACK ((UConverterToUCallback) UCNV_TO_U_CALLBACK_SUBSTITUTE)
Ducnv.c708 UConverterToUCallback *action, in ucnv_getToUCallBack()
726 UConverterToUCallback newAction, in ucnv_setToUCallBack()
728 UConverterToUCallback *oldAction, in ucnv_setToUCallBack()
/external/icu/icu4c/source/test/intltest/
Dconvtest.h82 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
Dconvtest.cpp96 UConverterToUCallback callback; in TestToUnicode()
1049 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp137 UConverterToUCallback tou;
558 UConverterToUCallback toucallback,
581 UConverterToUCallback toucallback, in convertFile()
1114 UConverterToUCallback toucallback = UCNV_TO_U_CALLBACK_STOP; in main()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp209 UConverterToUCallback toUOldAction ; in ucbuf_fillucbuf()