Lines Matching refs:shiftJIS
2250 shiftJIS[]={ in TestConvertEx() local
2288 (const char *)utf8, sizeof(utf8), (const char *)shiftJIS, sizeof(shiftJIS), in TestConvertEx()
2292 (const char *)shiftJIS, sizeof(shiftJIS), (const char *)utf8, sizeof(utf8), in TestConvertEx()
2297 (const char *)shiftJIS, sizeof(shiftJIS), (const char *)errorTarget, sizeof(errorTarget), in TestConvertEx()
2311 target-targetBuffer!=sizeof(shiftJIS) || in TestConvertEx()
2313 memcmp(targetBuffer, shiftJIS, sizeof(shiftJIS))!=0 in TestConvertEx()
2316 u_errorName(errorCode), target-targetBuffer, sizeof(shiftJIS)); in TestConvertEx()
2324 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(shiftJIS), &src, NULL, in TestConvertEx()
2327 target-targetBuffer!=sizeof(shiftJIS) || in TestConvertEx()
2329 memcmp(targetBuffer, shiftJIS, sizeof(shiftJIS))!=0 in TestConvertEx()
2332 u_errorName(errorCode), target-targetBuffer, sizeof(shiftJIS)); in TestConvertEx()
2747 shiftJIS[]={ in TestConvertAlgorithmic() local
2783 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS)); in TestConvertAlgorithmic()
2784 shiftJISNUL[sizeof(shiftJIS)]=0; in TestConvertAlgorithmic()
2793 …length=ucnv_fromAlgorithmic(cnv, UCNV_UTF8, target, sizeof(shiftJIS), (const char *)utf8, sizeof(u… in TestConvertAlgorithmic()
2795 length!=sizeof(shiftJIS) || in TestConvertAlgorithmic()
2796 memcmp(target, shiftJIS, length)!=0 in TestConvertAlgorithmic()
2799 u_errorName(errorCode), length, sizeof(shiftJIS)); in TestConvertAlgorithmic()
2811 u_errorName(errorCode), length, sizeof(shiftJIS)); in TestConvertAlgorithmic()