OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caldef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c
83
UCalendar *
caldef
= 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
local
242
caldef
=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
244
log_data_err("FAIL: error in ucal_open
caldef
: %s\n - (Are you missing data?)", u_errorName(status));
249
log_data_err("FAIL: error in ucal_open
caldef
: %s - (Are you missing data?)\n", u_errorName(status));
285
if(
caldef
&& caldef2 && calfr && calit) {
286
if(ucal_equivalentTo(
caldef
, caldef2) == FALSE || ucal_equivalentTo(
caldef
, calfr)== TRUE ||
287
ucal_equivalentTo(
caldef
, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
311
resultlengthneeded=ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", NULL, resultlength, &status);
318
ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", result, resultlength, &status)
453
UCalendar *
caldef
= 0, *
caldef
2 = 0;
local
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
90
UCalendar *
caldef
= 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
local
273
caldef
=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
275
log_data_err("FAIL: error in ucal_open
caldef
: %s\n - (Are you missing data?)", u_errorName(status));
280
log_data_err("FAIL: error in ucal_open
caldef
: %s - (Are you missing data?)\n", u_errorName(status));
316
if(
caldef
&& caldef2 && calfr && calit) {
317
if(ucal_equivalentTo(
caldef
, caldef2) == FALSE || ucal_equivalentTo(
caldef
, calfr)== TRUE ||
318
ucal_equivalentTo(
caldef
, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
342
resultlengthneeded=ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", NULL, resultlength, &status);
349
ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", result, resultlength, &status)
484
UCalendar *
caldef
= 0, *
caldef
2 = 0, *
caldef
3 = 0;
local
[
all
...]
Completed in 27 milliseconds