Searched refs:m_firstDayOfWeek (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.h86 unsigned m_firstDayOfWeek; member in class:blink::LocaleWin
H A DLocaleICU.cpp57 , m_firstDayOfWeek(0)
212 m_firstDayOfWeek = 0;
216 m_firstDayOfWeek = ucal_getAttribute(udat_getCalendar(m_shortDateFormat), UCAL_FIRST_DAY_OF_WEEK) - UCAL_SUNDAY;
254 return m_firstDayOfWeek;
H A DLocaleICU.h92 unsigned m_firstDayOfWeek; member in class:blink::LocaleICU
H A DLocaleWin.cpp164 m_firstDayOfWeek = (value + 1) % 7;
401 return m_firstDayOfWeek;

Completed in 535 milliseconds