Home
last modified time | relevance | path

Searched refs:matchedDecimalSymbolIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DPlatformLocale.h157 unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
DLocaleICU.h75 unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
DPlatformLocale.cpp340 unsigned Locale::matchedDecimalSymbolIndex(const String& input, unsigned& position) in matchedDecimalSymbolIndex() function in WebCore::Locale
369 unsigned symbolIndex = matchedDecimalSymbolIndex(input, i); in convertFromLocalizedNumber()