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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp312 static String getFormatForSkeleton(const char* locale, const String& skeleton) function in namespace:blink
340 m_monthFormat = getFormatForSkeleton(m_locale.data(), "yyyyMMMM");
348 m_shortMonthFormat = getFormatForSkeleton(m_locale.data(), "yyyyMMM");

Completed in 62 milliseconds