OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calfr
(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
247
calfr
=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
249
log_err("FAIL: error in ucal_open
calfr
: %s\n", u_errorName(status));
257
calfrclone = ucal_clone(
calfr
, &status);
259
log_err("FAIL: error in ucal_clone
calfr
: %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) {
357
count2=ucal_getAttribute(
calfr
, UCAL_LENIENT);
361
ucal_getAttribute(
calfr
, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT)
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
82
UCalendar *caldef = 0, *caldef2 = 0, *
calfr
= 0, *calit = 0, *calfrclone = 0;
local
251
calfr
=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
253
log_data_err("FAIL: error in ucal_open
calfr
: %s - (Are you missing data?)\n", u_errorName(status));
261
calfrclone = ucal_clone(
calfr
, &status);
263
log_data_err("FAIL: error in ucal_clone
calfr
: %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) {
361
count2=ucal_getAttribute(
calfr
, UCAL_LENIENT);
365
ucal_getAttribute(
calfr
, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT)
[
all
...]
Completed in 97 milliseconds