HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_LENIENT (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 406 count=ucal_getAttribute(calit, UCAL_LENIENT);
407 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
408 ucal_setAttribute(calit, UCAL_LENIENT, 0);
409 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
410 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
411 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
417 ucal_setAttribute(calit, UCAL_LENIENT, count);
418 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
558 ucal_setAttribute(caldef3, UCAL_LENIENT, 0)
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 321 case UCAL_LENIENT:
349 case UCAL_LENIENT:
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 874 UCAL_LENIENT,
937 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
952 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]

Completed in 370 milliseconds