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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleMac.mm287 if (!m_timeAMPMLabels.isEmpty())
288 return m_timeAMPMLabels;
289 m_timeAMPMLabels.reserveCapacity(2);
291 m_timeAMPMLabels.append([formatter.get() AMSymbol]);
292 m_timeAMPMLabels.append([formatter.get() PMSymbol]);
293 return m_timeAMPMLabels;
H A DLocaleMac.h93 Vector<String> m_timeAMPMLabels; member in class:blink::LocaleMac
H A DLocaleWin.cpp506 if (m_timeAMPMLabels.isEmpty()) {
507 m_timeAMPMLabels.append(getLocaleInfoString(LOCALE_S1159));
508 m_timeAMPMLabels.append(getLocaleInfoString(LOCALE_S2359));
510 return m_timeAMPMLabels;
H A DLocaleWin.h84 Vector<String> m_timeAMPMLabels; member in class:blink::LocaleWin
H A DLocaleICU.h106 Vector<String> m_timeAMPMLabels; member in class:blink::LocaleICU
H A DLocaleICU.cpp297 m_timeAMPMLabels = *timeAMPMLabels;
423 return m_timeAMPMLabels;

Completed in 78 milliseconds