Searched refs:MIA1Context2 (Results 1 – 1 of 1) sorted by relevance
263 const void *MIA1Context, *MIA1Context2, *MIA2Context, *MIA2Context2; in TestConvert() local734 ucnv_getFromUCallBack(myConverter, &MIA1_2, &MIA1Context2); in TestConvert()735 if (MIA1_2 != otherUnicodeAction(MIA1) || MIA1Context2 != &BOM) in TestConvert()747 ucnv_getFromUCallBack(myConverter, &MIA1_2, &MIA1Context2); in TestConvert()748 if (MIA1_2 != MIA1 || MIA1Context2 != MIA1Context) in TestConvert()757 ucnv_getFromUCallBack(myConverter, &MIA1_2, &MIA1Context2); in TestConvert()758 if(MIA1_2 == otherUnicodeAction(MIA1) || MIA1Context2 == &BOM){ in TestConvert()