OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localeToDisplay
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c
423
const char *
localeToDisplay
= (ucalGetTypeTestPtr->locale != NULL)? ucalGetTypeTestPtr->locale: "<NULL>";
430
log_err("FAIL: ucal_open %s type %d does not return %s calendar\n",
localeToDisplay
,
434
log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n",
localeToDisplay
, ucalGetTypeTestPtr->calType);
438
log_err("FAIL: ucal_open %s type %d fails\n",
localeToDisplay
, ucalGetTypeTestPtr->calType);
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
454
const char *
localeToDisplay
= (ucalGetTypeTestPtr->locale != NULL)? ucalGetTypeTestPtr->locale: "<NULL>";
461
log_err("FAIL: ucal_open %s type %d does not return %s calendar\n",
localeToDisplay
,
465
log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n",
localeToDisplay
, ucalGetTypeTestPtr->calType);
469
log_err("FAIL: ucal_open %s type %d fails\n",
localeToDisplay
, ucalGetTypeTestPtr->calType);
[
all
...]
Completed in 36 milliseconds