Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c379 const void* oldToUContext = 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()