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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp241 m_decimalSymbols[i] = symbols[i];
282 builder.append(m_decimalSymbols[input[i] - '0']);
285 builder.append(m_decimalSymbols[DecimalSeparatorIndex]);
343 if (m_decimalSymbols[symbolIndex].length() && matches(input, position, m_decimalSymbols[symbolIndex])) {
344 position += m_decimalSymbols[symbolIndex].length();
386 return m_decimalSymbols[DecimalSeparatorIndex];
H A DPlatformLocale.h159 String m_decimalSymbols[DecimalSymbolsSize]; member in class:blink::Locale

Completed in 893 milliseconds