Searched refs:detectSignAndGetDigitRange (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | PlatformLocale.h | 156 …bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsig…
|
D | LocaleICU.h | 74 …bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsig…
|
D | PlatformLocale.cpp | 310 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex… in detectSignAndGetDigitRange() function in WebCore::Locale 361 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex)) in convertFromLocalizedNumber()
|