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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp 246 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();
PlatformLocale.h 163 String m_negativeSuffix;

Completed in 4306 milliseconds