HomeSort by relevance Sort by last modified time
    Searched refs:m_positiveSuffix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp 244 m_positiveSuffix = positiveSuffix;
247 ASSERT(!m_positivePrefix.isEmpty() || !m_positiveSuffix.isEmpty() || !m_negativePrefix.isEmpty() || !m_negativeSuffix.isEmpty());
292 builder.append(isNegative ? m_negativeSuffix : m_positiveSuffix);
315 if (input.startsWith(m_positivePrefix) && input.endsWith(m_positiveSuffix)) {
318 endIndex -= m_positiveSuffix.length();
329 if (input.startsWith(m_positivePrefix) && input.endsWith(m_positiveSuffix)) {
331 endIndex -= m_positiveSuffix.length();
PlatformLocale.h 161 String m_positiveSuffix;

Completed in 71 milliseconds