OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeCodePage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ncnvfbts.c
522
static const char*
nativeCodePage
[]={
545
for(i=0; i<sizeof(
nativeCodePage
)/sizeof(
nativeCodePage
[0]); i++){
546
log_verbose("Testing %s\n",
nativeCodePage
[i]);
548
expectedNative, sizeof(expectedNative),
nativeCodePage
[i], TRUE, toNativeOffs ))
549
log_err("u-> %s(SBCS) with FallBack did not match.\n",
nativeCodePage
[i]);
552
retrievedSBCSText, sizeof(retrievedSBCSText)/sizeof(retrievedSBCSText[0]),
nativeCodePage
[i], TRUE, fromNativeoffs ))
553
log_err("%s->u(SBCS) with Fallback did not match.\n",
nativeCodePage
[i]);
/external/icu4c/test/cintltst/
ncnvfbts.c
522
static const char*
nativeCodePage
[]={
545
for(i=0; i<sizeof(
nativeCodePage
)/sizeof(
nativeCodePage
[0]); i++){
546
log_verbose("Testing %s\n",
nativeCodePage
[i]);
548
expectedNative, sizeof(expectedNative),
nativeCodePage
[i], TRUE, toNativeOffs ))
549
log_err("u-> %s(SBCS) with FallBack did not match.\n",
nativeCodePage
[i]);
552
retrievedSBCSText, sizeof(retrievedSBCSText)/sizeof(retrievedSBCSText[0]),
nativeCodePage
[i], TRUE, fromNativeoffs ))
553
log_err("%s->u(SBCS) with Fallback did not match.\n",
nativeCodePage
[i]);
Completed in 29 milliseconds