OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calit
(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
256
calit
=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
258
log_data_err("FAIL: error in ucal_open
calit
: %s - (Are you missing data?)\n", u_errorName(status));
285
if(caldef && caldef2 && calfr &&
calit
) {
287
ucal_equivalentTo(caldef,
calit
)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
361
count=ucal_getAttribute(
calit
, UCAL_LENIENT);
363
ucal_setAttribute(
calit
, UCAL_LENIENT, 0);
365
if( ucal_getAttribute(
calit
, UCAL_LENIENT) !=0 ||
372
ucal_setAttribute(
calit
, UCAL_LENIENT, count);
373
if(ucal_getAttribute(
calit
, UCAL_LENIENT)!=count
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
90
UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *
calit
= 0, *calfrclone = 0;
local
287
calit
=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
289
log_data_err("FAIL: error in ucal_open
calit
: %s - (Are you missing data?)\n", u_errorName(status));
316
if(caldef && caldef2 && calfr &&
calit
) {
318
ucal_equivalentTo(caldef,
calit
)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
392
count=ucal_getAttribute(
calit
, UCAL_LENIENT);
394
ucal_setAttribute(
calit
, UCAL_LENIENT, 0);
396
if( ucal_getAttribute(
calit
, UCAL_LENIENT) !=0 ||
403
ucal_setAttribute(
calit
, UCAL_LENIENT, count);
404
if(ucal_getAttribute(
calit
, UCAL_LENIENT)!=count
[
all
...]
Completed in 25 milliseconds