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/third_party/icu/source/test/cintltst/
ccaltst.c
78
UCalendar *
caldef
= 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
local
237
caldef
=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
239
log_err("FAIL: error in ucal_open
caldef
: %s\n", u_errorName(status));
244
log_err("FAIL: error in ucal_open
caldef
: %s\n", u_errorName(status));
280
if(
caldef
&& caldef2 && calfr && calit) {
281
if(ucal_equivalentTo(
caldef
, caldef2) == FALSE || ucal_equivalentTo(
caldef
, calfr)== TRUE ||
282
ucal_equivalentTo(
caldef
, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
306
resultlengthneeded=ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", NULL, resultlength, &status);
313
ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", result, resultlength, &status)
447
UCalendar *
caldef
= 0, *
caldef
2 = 0;
local
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
82
UCalendar *
caldef
= 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0;
local
241
caldef
=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
243
log_data_err("FAIL: error in ucal_open
caldef
: %s\n - (Are you missing data?)", u_errorName(status));
248
log_data_err("FAIL: error in ucal_open
caldef
: %s - (Are you missing data?)\n", u_errorName(status));
284
if(
caldef
&& caldef2 && calfr && calit) {
285
if(ucal_equivalentTo(
caldef
, caldef2) == FALSE || ucal_equivalentTo(
caldef
, calfr)== TRUE ||
286
ucal_equivalentTo(
caldef
, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
310
resultlengthneeded=ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", NULL, resultlength, &status);
317
ucal_getTimeZoneDisplayName(
caldef
, UCAL_DST, "en_US", result, resultlength, &status)
452
UCalendar *
caldef
= 0, *
caldef
2 = 0;
local
[
all
...]
Completed in 12 milliseconds