Home
last modified time | relevance | path

Searched refs:UCAL_LENIENT (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c426 count=ucal_getAttribute(calit, UCAL_LENIENT); in TestCalendar()
427 count2=ucal_getAttribute(calfr, UCAL_LENIENT); in TestCalendar()
428 ucal_setAttribute(calit, UCAL_LENIENT, 0); in TestCalendar()
429 ucal_setAttribute(caldef, UCAL_LENIENT, count2); in TestCalendar()
430 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 || in TestCalendar()
431 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) ) in TestCalendar()
437 ucal_setAttribute(calit, UCAL_LENIENT, count); in TestCalendar()
438 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count) in TestCalendar()
582 ucal_setAttribute(caldef3, UCAL_LENIENT, 0); in TestGetSetDateAPI()
592 ucal_setAttribute(caldef3, UCAL_LENIENT, 1); in TestGetSetDateAPI()
[all …]
/external/icu/libicu/cts_headers/unicode/
Ducal.h932 UCAL_LENIENT, enumerator
/external/icu/libandroidicu/include/unicode/
Ducal.h932 UCAL_LENIENT, enumerator
/external/icu/icu4c/source/i18n/unicode/
Ducal.h932 UCAL_LENIENT, enumerator
/external/icu/icu4c/source/i18n/
Ducal.cpp345 case UCAL_LENIENT: in ucal_getAttribute()
373 case UCAL_LENIENT: in ucal_setAttribute()