Searched refs:UConverterToUCallback (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nccbtst.h | 56 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, 64 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
|
D | ccapitst.c | 40 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()
|
D | ncnvtst.c | 52 …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()
|
D | nccbtst.c | 2824 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()
|
D | nucnvtst.c | 1936 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/ |
D | ucnv.h | 200 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef 1020 UConverterToUCallback *action, 1056 UConverterToUCallback newAction, 1058 UConverterToUCallback *oldAction,
|
/external/icu/icu4c/source/common/ |
D | ucnv_imp.h | 134 #define UCNV_TO_U_DEFAULT_CALLBACK ((UConverterToUCallback) UCNV_TO_U_CALLBACK_SUBSTITUTE)
|
D | ucnv.c | 708 UConverterToUCallback *action, in ucnv_getToUCallBack() 726 UConverterToUCallback newAction, in ucnv_setToUCallBack() 728 UConverterToUCallback *oldAction, in ucnv_setToUCallBack()
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.h | 82 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
|
D | convtest.cpp | 96 UConverterToUCallback callback; in TestToUnicode() 1049 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase()
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 137 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/ |
D | ucbuf.cpp | 209 UConverterToUCallback toUOldAction ; in ucbuf_fillucbuf()
|