OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucalGetTypeTestPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c
93
const UCalGetTypeTest *
ucalGetTypeTestPtr
;
417
for (
ucalGetTypeTestPtr
= ucalGetTypeTests;
ucalGetTypeTestPtr
->locale != NULL; ++
ucalGetTypeTestPtr
) {
419
caldef = ucal_open(NULL, 0,
ucalGetTypeTestPtr
->locale,
ucalGetTypeTestPtr
->calType, &status);
423
if ( strcmp( calType,
ucalGetTypeTestPtr
->expectedResult ) != 0 ) {
424
log_err("FAIL: ucal_open %s type %d does not return %s calendar\n",
ucalGetTypeTestPtr
->locale,
425
ucalGetTypeTestPtr
->calType,
ucalGetTypeTestPtr
->expectedResult)
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
97
const UCalGetTypeTest *
ucalGetTypeTestPtr
;
421
for (
ucalGetTypeTestPtr
= ucalGetTypeTests;
ucalGetTypeTestPtr
->expectedResult != NULL; ++
ucalGetTypeTestPtr
) {
422
const char * localeToDisplay = (
ucalGetTypeTestPtr
->locale != NULL)?
ucalGetTypeTestPtr
->locale: "<NULL>";
424
caldef = ucal_open(NULL, 0,
ucalGetTypeTestPtr
->locale,
ucalGetTypeTestPtr
->calType, &status);
428
if ( strcmp( calType,
ucalGetTypeTestPtr
->expectedResult ) != 0 ) {
430
ucalGetTypeTestPtr
->calType, ucalGetTypeTestPtr->expectedResult)
[
all
...]
Completed in 47 milliseconds