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

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 356 count=ucal_getAttribute(calit, UCAL_LENIENT);
357 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
358 ucal_setAttribute(calit, UCAL_LENIENT, 0);
359 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
360 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
361 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
367 ucal_setAttribute(calit, UCAL_LENIENT, count);
368 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
675 ucal_setAttribute(cal, UCAL_LENIENT, 0)
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 360 count=ucal_getAttribute(calit, UCAL_LENIENT);
361 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
362 ucal_setAttribute(calit, UCAL_LENIENT, 0);
363 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
364 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
365 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
371 ucal_setAttribute(calit, UCAL_LENIENT, count);
372 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
680 ucal_setAttribute(cal, UCAL_LENIENT, 0)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 777 UCAL_LENIENT,
792 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
807 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 797 UCAL_LENIENT,
812 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
827 * @param attr The desired attribute; one of UCAL_LENIENT, UCAL_FIRST_DAY_OF_WEEK,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 270 case UCAL_LENIENT:
292 case UCAL_LENIENT:
  /external/icu4c/i18n/
ucal.cpp 273 case UCAL_LENIENT:
295 case UCAL_LENIENT:

Completed in 2466 milliseconds