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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c2798 char target[100], utf8NUL[100], shiftJISNUL[100]; local
2815 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS));
2816 shiftJISNUL[sizeof(shiftJIS)]=0;
2837 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode);
2848 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode);
/external/icu4c/test/cintltst/
H A Dccapitst.c2758 char target[100], utf8NUL[100], shiftJISNUL[100]; local
2775 memcpy(shiftJISNUL, shiftJIS, sizeof(shiftJIS));
2776 shiftJISNUL[sizeof(shiftJIS)]=0;
2797 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, -1, &errorCode);
2808 length=ucnv_toAlgorithmic(UCNV_UTF8, cnv, target, sizeof(target), shiftJISNUL, 0, &errorCode);

Completed in 58 milliseconds