Searched refs:nativeCodePage (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 524 static const char* nativeCodePage[]={ in TestConvertFallBackWithBufferSizes() local 547 for(i=0; i<UPRV_LENGTHOF(nativeCodePage); i++){ in TestConvertFallBackWithBufferSizes() 548 log_verbose("Testing %s\n", nativeCodePage[i]); in TestConvertFallBackWithBufferSizes() 550 expectedNative, sizeof(expectedNative), nativeCodePage[i], TRUE, toNativeOffs )) in TestConvertFallBackWithBufferSizes() 551 log_err("u-> %s(SBCS) with FallBack did not match.\n", nativeCodePage[i]); in TestConvertFallBackWithBufferSizes() 554 … retrievedSBCSText, UPRV_LENGTHOF(retrievedSBCSText), nativeCodePage[i], TRUE, fromNativeoffs )) in TestConvertFallBackWithBufferSizes() 555 log_err("%s->u(SBCS) with Fallback did not match.\n", nativeCodePage[i]); in TestConvertFallBackWithBufferSizes()
|