Searched refs:UConverterToUCallback (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nccbtst.h | 51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, 59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
|
D | ccapitst.c | 38 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()
|
D | ncnvtst.c | 50 …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()
|
D | nccbtst.c | 2822 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()
|
D | nucnvtst.c | 1934 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/ |
D | ucnv.h | 198 typedef void (U_EXPORT2 *UConverterToUCallback) ( typedef 1013 UConverterToUCallback *action, 1049 UConverterToUCallback newAction, 1051 UConverterToUCallback *oldAction,
|
/external/icu/icu4c/source/common/ |
D | ucnv_imp.h | 132 #define UCNV_TO_U_DEFAULT_CALLBACK ((UConverterToUCallback) UCNV_TO_U_CALLBACK_SUBSTITUTE)
|
D | ucnv.c | 716 UConverterToUCallback *action, in ucnv_getToUCallBack() 734 UConverterToUCallback newAction, in ucnv_setToUCallBack() 736 UConverterToUCallback *oldAction, in ucnv_setToUCallBack()
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.h | 80 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option);
|
D | convtest.cpp | 94 UConverterToUCallback callback; in TestToUnicode() 1047 ConversionTest::ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *optio… in ToUnicodeCase()
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 135 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/ |
D | ucbuf.c | 207 UConverterToUCallback toUOldAction ; in ucbuf_fillucbuf()
|