Searched refs:UCalendarWeekdayType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h1339 enum UCalendarWeekdayType { enum
1365 typedef enum UCalendarWeekdayType UCalendarWeekdayType; typedef in typeref:enum:UCalendarWeekdayType
1381 * @return The UCalendarWeekdayType for the day of the week.
1384 U_STABLE UCalendarWeekdayType U_EXPORT2
1393 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
H A Dcalendar.h1389 * @return The UCalendarWeekdayType for the day of the week.
1392 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
1400 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h1337 enum UCalendarWeekdayType { enum
1363 typedef enum UCalendarWeekdayType UCalendarWeekdayType; typedef in typeref:enum:UCalendarWeekdayType
1379 * @return The UCalendarWeekdayType for the day of the week.
1382 U_STABLE UCalendarWeekdayType U_EXPORT2
1391 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
H A Dcalendar.h1389 * @return The UCalendarWeekdayType for the day of the week.
1392 virtual UCalendarWeekdayType getDayOfWeekType(UCalendarDaysOfWeek dayOfWeek, UErrorCode &status) const;
1400 * some other UCalendarWeekdayType for the specified dayOfWeek, is it an error condition
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp598 U_CAPI UCalendarWeekdayType U_EXPORT2
H A Dcalendar.cpp2299 UCalendarWeekdayType
2373 UCalendarWeekdayType dayType = getDayOfWeekType(dayOfWeek, status);
/external/icu/icu4c/source/i18n/
H A Ducal.cpp598 U_CAPI UCalendarWeekdayType U_EXPORT2
H A Dcalendar.cpp2448 UCalendarWeekdayType
2522 UCalendarWeekdayType dayType = getDayOfWeekType(dayOfWeek, status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1696 UCalendarWeekdayType dayType;
1799 UCalendarWeekdayType dayType = ucal_getDayOfWeekType(cal, daysOfWeekPtr->dayOfWeek, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1700 UCalendarWeekdayType dayType;
1803 UCalendarWeekdayType dayType = ucal_getDayOfWeekType(cal, daysOfWeekPtr->dayOfWeek, &status);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2987 UCalendarWeekdayType wdt1 = cal1->getDayOfWeekType((UCalendarDaysOfWeek)d, status);
2988 UCalendarWeekdayType wdt2 = cal2->getDayOfWeekType((UCalendarDaysOfWeek)d, status);

Completed in 4242 milliseconds