Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DPlatformLocale.cpp243 m_positivePrefix = positivePrefix; in setLocaleData()
247 …ASSERT(!m_positivePrefix.isEmpty() || !m_positiveSuffix.isEmpty() || !m_negativePrefix.isEmpty() |… in setLocaleData()
267 builder.append(m_positivePrefix); in convertToLocalizedNumber()
315 if (input.startsWith(m_positivePrefix) && input.endsWith(m_positiveSuffix)) { in detectSignAndGetDigitRange()
317 startIndex = m_positivePrefix.length(); in detectSignAndGetDigitRange()
329 if (input.startsWith(m_positivePrefix) && input.endsWith(m_positiveSuffix)) { in detectSignAndGetDigitRange()
330 startIndex = m_positivePrefix.length(); in detectSignAndGetDigitRange()
DPlatformLocale.h160 String m_positivePrefix; variable