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

  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 361 count=ucal_getAttribute(calit, UCAL_LENIENT);
362 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
363 ucal_setAttribute(calit, UCAL_LENIENT, 0);
364 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
365 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
366 ucal_getAttribute(calfr, UCAL_LENIENT)!=ucal_getAttribute(caldef, UCAL_LENIENT) )
372 ucal_setAttribute(calit, UCAL_LENIENT, count);
373 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count)
681 ucal_setAttribute(cal, UCAL_LENIENT, 0)
    [all...]
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/i18n/
ucal.cpp 283 case UCAL_LENIENT:
305 case UCAL_LENIENT:
  /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 4787 milliseconds