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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp246 m_negativeSuffix = negativeSuffix;
247 ASSERT(!m_positivePrefix.isEmpty() || !m_positiveSuffix.isEmpty() || !m_negativePrefix.isEmpty() || !m_negativeSuffix.isEmpty());
292 builder.append(isNegative ? m_negativeSuffix : m_positiveSuffix);
314 if (m_negativePrefix.isEmpty() && m_negativeSuffix.isEmpty()) {
323 if (input.startsWith(m_negativePrefix) && input.endsWith(m_negativeSuffix)) {
326 endIndex -= m_negativeSuffix.length();
H A DPlatformLocale.h163 String m_negativeSuffix; member in class:blink::Locale

Completed in 448 milliseconds