Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.h51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
Dccapitst.c38 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA);
259 UConverterToUCallback MIA2, MIA2_2; in TestConvert()
331 UConverterToUCallback oldToUAction = NULL; in TestConvert()
1056 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA) in otherCharAction()
1058 …return (MIA==(UConverterToUCallback)UCNV_TO_U_CALLBACK_STOP)?(UConverterToUCallback)UCNV_TO_U_CALL… in otherCharAction()
1414 UConverterToUCallback junkFrom; in TSCC_toU()
1482 UConverterToUCallback junkTo; in TestConvertSafeCloneCallback()
3307 UConverterToUCallback *oldToUAction= NULL; in TestToUCountPending()
Dncnvtst.c50 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese…
1002 (UConverterToUCallback)UCNV_TO_U_CALLBACK_ESCAPE, fromIBM943Offs,FALSE)) in TestWithBufferSize()
1368 …const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testRese… in testConvertToU()
1387 UConverterToUCallback oldAction = NULL; in testConvertToU()
Dnccbtst.c2822 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode()
2840 UConverterToUCallback oldAction = NULL; in testConvertToUnicode()
3195 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicodeWithContext()
3213 UConverterToUCallback oldAction = NULL; in testConvertToUnicodeWithContext()
Dnucnvtst.c1934 UConverterToUCallback cb; in TestUTF8()
2005 UConverterToUCallback cb; in TestCESU8()
2301 UConverterToUCallback cb; in TestUTF32BE()
2372 UConverterToUCallback cb; in TestUTF32LE()
/external/icu/icu4c/source/common/unicode/
Ducnv.h198 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef
1013 UConverterToUCallback *action,
1049 UConverterToUCallback newAction,
1051 UConverterToUCallback *oldAction,
/external/icu/icu4c/source/common/
Ducnv_imp.h132 #define UCNV_TO_U_DEFAULT_CALLBACK ((UConverterToUCallback) UCNV_TO_U_CALLBACK_SUBSTITUTE)
Ducnv.c716 UConverterToUCallback *action, in ucnv_getToUCallBack()
734 UConverterToUCallback newAction, in ucnv_setToUCallBack()
736 UConverterToUCallback *oldAction, in ucnv_setToUCallBack()
/external/icu/icu4c/source/test/intltest/
Dconvtest.h80 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
Dconvtest.cpp94 UConverterToUCallback callback; in TestToUnicode()
1047 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp135 UConverterToUCallback tou;
556 UConverterToUCallback toucallback,
579 UConverterToUCallback toucallback, in convertFile()
1112 UConverterToUCallback toucallback = UCNV_TO_U_CALLBACK_STOP; in main()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.c207 UConverterToUCallback toUOldAction ; in ucbuf_fillucbuf()