Searched refs:shiftJISNUL (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dccapitst.c2804 char target[100], utf8NUL[100], shiftJISNUL[100]; local
2821 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS));
2822 shiftJISNUL[sizeof(shiftJIS)]=0;
2843 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode);
2854 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode);

Completed in 20 milliseconds