Searched refs:oldToUAction (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 377 UConverterToUCallback oldToUAction = NULL; in TestConvert() local 811 … ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err); in TestConvert() 812 if (U_FAILURE(err) || oldToUAction != MIA2 || oldToUContext != MIA2Context) in TestConvert() 824 ucnv_setToUCallBack(myConverter,MIA2, MIA2Context, &oldToUAction, &oldToUContext, &err); in TestConvert() 825 if (U_FAILURE(err) || oldToUAction != otherCharAction(MIA2) || oldToUContext != &BOM) in TestConvert() 837 … ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), NULL, &oldToUAction, &oldToUContext, &err); in TestConvert() 3338 UConverterToUCallback *oldToUAction= NULL; in TestToUCountPending() local 3344 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, oldToUAction, NULL, &status); in TestToUCountPending() 3394 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, oldToUAction, NULL, &status); in TestToUCountPending()
|