Searched refs:matchedDecimalSymbolIndex (Results 1 – 3 of 3) sorted by relevance
157 unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
75 unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
340 unsigned Locale::matchedDecimalSymbolIndex(const String& input, unsigned& position) in matchedDecimalSymbolIndex() function in WebCore::Locale369 unsigned symbolIndex = matchedDecimalSymbolIndex(input, i); in convertFromLocalizedNumber()