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

  /external/icu4c/test/cintltst/
ccaltst.c 392 count=ucal_getAttribute(calit, UCAL_LENIENT);
393 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
394 ucal_setAttribute(calit, UCAL_LENIENT, 0);
395 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
396 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
397 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
403 ucal_setAttribute(calit, UCAL_LENIENT, count);
404 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
543 ucal_setAttribute(caldef3, UCAL_LENIENT, 0)
    [all...]
  /external/icu4c/i18n/
ucal.cpp 303 case UCAL_LENIENT:
331 case UCAL_LENIENT:
  /external/icu4c/i18n/unicode/
ucal.h 854 UCAL_LENIENT,
923 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
938 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]

Completed in 30 milliseconds