Home | History | Annotate | Download | only in cintltst

Lines Matching refs:asciiResult

1518     UChar asciiResult[200], sjisResult[200];
1565 /*asciiLength =*/ ucnv_toUChars(ascii_cnv, asciiResult, sizeof(asciiResult)/U_SIZEOF_UCHAR, target, (int32_t)strlen(target), &status);
1580 if (u_strcmp(sjisResult, asciiResult) == 0)
1585 if (u_strcmp(sjisResult, asciiResult) != 0)