Home
last modified time | relevance | path

Searched refs:UCAL_FIRST_DAY_OF_WEEK (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/samples/cal/
Dcal.c254 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
270 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
/third_party/icu/icu4c/source/samples/cal/
Dcal.c254 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
270 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
/third_party/skia/third_party/externals/icu/source/samples/cal/
Dcal.c254 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
270 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK); in cal()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ducal.cpp324 case UCAL_FIRST_DAY_OF_WEEK: in ucal_getAttribute()
353 case UCAL_FIRST_DAY_OF_WEEK: in ucal_setAttribute()
/third_party/skia/third_party/externals/icu/source/i18n/
Ducal.cpp348 case UCAL_FIRST_DAY_OF_WEEK: in ucal_getAttribute()
377 case UCAL_FIRST_DAY_OF_WEEK: in ucal_setAttribute()
/third_party/icu/icu4c/source/i18n/
Ducal.cpp348 case UCAL_FIRST_DAY_OF_WEEK: in ucal_getAttribute()
377 case UCAL_FIRST_DAY_OF_WEEK: in ucal_setAttribute()
/third_party/node/deps/icu-small/source/i18n/
Ducal.cpp348 case UCAL_FIRST_DAY_OF_WEEK: in ucal_getAttribute()
377 case UCAL_FIRST_DAY_OF_WEEK: in ucal_setAttribute()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h892 UCAL_FIRST_DAY_OF_WEEK, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h937 UCAL_FIRST_DAY_OF_WEEK, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h937 UCAL_FIRST_DAY_OF_WEEK, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h937 UCAL_FIRST_DAY_OF_WEEK, enumerator
/third_party/icu/tools/multi/proj/provider/glue/
Dcal_fe.cpp83 setFirstDayOfWeek((UCalendarDaysOfWeek)OICU_ucal_getAttribute(_this, UCAL_FIRST_DAY_OF_WEEK)); in GLUE_SYM()
/third_party/icu/icu4c/source/test/cintltst/
Dccaltst.c444 count=ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK); in TestCalendar()
446 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,i); in TestCalendar()
447 if (ucal_getAttribute(calit, UCAL_FIRST_DAY_OF_WEEK) != i) in TestCalendar()
457 ucal_setAttribute(calit, UCAL_FIRST_DAY_OF_WEEK,count); in TestCalendar()