Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c2287 shiftJIS[]={ in TestConvertEx() local
2325 (const char *)utf8, sizeof(utf8), (const char *)shiftJIS, sizeof(shiftJIS), in TestConvertEx()
2329 (const char *)shiftJIS, sizeof(shiftJIS), (const char *)utf8, sizeof(utf8), in TestConvertEx()
2334 (const char *)shiftJIS, sizeof(shiftJIS), (const char *)errorTarget, sizeof(errorTarget), in TestConvertEx()
2348 target-targetBuffer!=sizeof(shiftJIS) || in TestConvertEx()
2350 memcmp(targetBuffer, shiftJIS, sizeof(shiftJIS))!=0 in TestConvertEx()
2353 u_errorName(errorCode), target-targetBuffer, sizeof(shiftJIS)); in TestConvertEx()
2361 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(shiftJIS), &src, NULL, in TestConvertEx()
2364 target-targetBuffer!=sizeof(shiftJIS) || in TestConvertEx()
2366 memcmp(targetBuffer, shiftJIS, sizeof(shiftJIS))!=0 in TestConvertEx()
[all …]