Searched refs:shiftJIS (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2253 shiftJIS[]={ in TestConvertEx() local 2291 (const char *)utf8, sizeof(utf8), (const char *)shiftJIS, sizeof(shiftJIS), in TestConvertEx() 2295 (const char *)shiftJIS, sizeof(shiftJIS), (const char *)utf8, sizeof(utf8), in TestConvertEx() 2300 (const char *)shiftJIS, sizeof(shiftJIS), (const char *)errorTarget, sizeof(errorTarget), in TestConvertEx() 2314 target-targetBuffer!=sizeof(shiftJIS) || in TestConvertEx() 2316 memcmp(targetBuffer, shiftJIS, sizeof(shiftJIS))!=0 in TestConvertEx() 2319 u_errorName(errorCode), target-targetBuffer, sizeof(shiftJIS)); in TestConvertEx() 2327 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(shiftJIS), &src, NULL, in TestConvertEx() 2330 target-targetBuffer!=sizeof(shiftJIS) || in TestConvertEx() 2332 memcmp(targetBuffer, shiftJIS, sizeof(shiftJIS))!=0 in TestConvertEx() [all …]
|