Searched refs:shiftJISNUL (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2789 char target[100], utf8NUL[100], shiftJISNUL[100]; in TestConvertAlgorithmic() local 2806 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS)); in TestConvertAlgorithmic() 2807 shiftJISNUL[sizeof(shiftJIS)]=0; in TestConvertAlgorithmic() 2828 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode); in TestConvertAlgorithmic() 2839 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode); in TestConvertAlgorithmic()
|