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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.h 148 DecimalSymbolsSize
153 void setLocaleData(const Vector<String, DecimalSymbolsSize>&, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix);
159 String m_decimalSymbols[DecimalSymbolsSize];
PlatformLocale.cpp 237 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)
LocaleMac.mm 313 Vector<String, DecimalSymbolsSize> symbols;
320 ASSERT(symbols.size() == DecimalSymbolsSize);
LocaleWin.cpp 520 Vector<String, DecimalSymbolsSize> symbols;
549 ASSERT(symbols.size() == DecimalSymbolsSize);
LocaleICU.cpp 119 Vector<String, DecimalSymbolsSize> symbols;
132 ASSERT(symbols.size() == DecimalSymbolsSize);

Completed in 304 milliseconds