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 398 count=ucal_getAttribute(calit, UCAL_LENIENT);
399 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
400 ucal_setAttribute(calit, UCAL_LENIENT, 0);
401 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
402 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
403 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
409 ucal_setAttribute(calit, UCAL_LENIENT, count);
410 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
550 ucal_setAttribute(caldef3, UCAL_LENIENT, 0)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 870 UCAL_LENIENT,
933 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
948 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 318 case UCAL_LENIENT:
346 case UCAL_LENIENT:

Completed in 242 milliseconds