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