Searched refs:DecimalSymbolsSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.h148 DecimalSymbolsSize enumerator in enum:blink::Locale::__anon11345
153 void setLocaleData(const Vector<String, DecimalSymbolsSize>&, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix);
159 String m_decimalSymbols[DecimalSymbolsSize];
H A DPlatformLocale.cpp237 void Locale::setLocaleData(const Vector<String, DecimalSymbolsSize>& symbols, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix)
342 for (unsigned symbolIndex = 0; symbolIndex < DecimalSymbolsSize; ++symbolIndex) {
348 return DecimalSymbolsSize;
370 if (symbolIndex >= DecimalSymbolsSize)
H A DLocaleMac.mm311 Vector<String, DecimalSymbolsSize> symbols;
318 ASSERT(symbols.size() == DecimalSymbolsSize);
H A DLocaleWin.cpp518 Vector<String, DecimalSymbolsSize> symbols;
547 ASSERT(symbols.size() == DecimalSymbolsSize);
H A DLocaleICU.cpp118 Vector<String, DecimalSymbolsSize> symbols;
131 ASSERT(symbols.size() == DecimalSymbolsSize);

Completed in 1310 milliseconds