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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp243 m_positivePrefix = positivePrefix;
247 ASSERT(!m_positivePrefix.isEmpty() || !m_positiveSuffix.isEmpty() || !m_negativePrefix.isEmpty() || !m_negativeSuffix.isEmpty());
267 builder.append(m_positivePrefix);
315 if (input.startsWith(m_positivePrefix) && input.endsWith(m_positiveSuffix)) {
317 startIndex = m_positivePrefix.length();
329 if (input.startsWith(m_positivePrefix) && input.endsWith(m_positiveSuffix)) {
330 startIndex = m_positivePrefix.length();
H A DPlatformLocale.h160 String m_positivePrefix; member in class:blink::Locale

Completed in 650 milliseconds