OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calfr
(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
252
calfr
=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
254
log_data_err("FAIL: error in ucal_open
calfr
: %s - (Are you missing data?)\n", u_errorName(status));
262
calfrclone = ucal_clone(
calfr
, &status);
264
log_data_err("FAIL: error in ucal_clone
calfr
: %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) {
362
count2=ucal_getAttribute(
calfr
, UCAL_LENIENT);
366
ucal_getAttribute(
calfr
, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT)
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
90
UCalendar *caldef = 0, *caldef2 = 0, *
calfr
= 0, *calit = 0, *calfrclone = 0;
local
283
calfr
=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
285
log_data_err("FAIL: error in ucal_open
calfr
: %s - (Are you missing data?)\n", u_errorName(status));
293
calfrclone = ucal_clone(
calfr
, &status);
295
log_data_err("FAIL: error in ucal_clone
calfr
: %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) {
393
count2=ucal_getAttribute(
calfr
, UCAL_LENIENT);
397
ucal_getAttribute(
calfr
, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT)
[
all
...]
Completed in 213 milliseconds