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