Searched refs:sjisResult (Results 1 – 1 of 1) sorted by relevance
1516 UChar asciiResult[200], sjisResult[200]; in TestAmbiguous() local1554 …sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, sizeof(sjisResult)/U_SIZEOF_UCHAR, target, (int32… in TestAmbiguous()1578 if (u_strcmp(sjisResult, asciiResult) == 0) in TestAmbiguous()1582 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength); in TestAmbiguous()1583 if (u_strcmp(sjisResult, asciiResult) != 0) in TestAmbiguous()