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

/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c2705 char target[100], utf8NUL[100], shiftJISNUL[100]; local
2722 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS));
2723 shiftJISNUL[sizeof(shiftJIS)]=0;
2744 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode);
2755 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode);
/external/icu4c/test/cintltst/
H A Dccapitst.c2796 char target[100], utf8NUL[100], shiftJISNUL[100]; local
2813 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS));
2814 shiftJISNUL[sizeof(shiftJIS)]=0;
2835 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode);
2846 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode);

Completed in 192 milliseconds