Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DPlatformLocale.h156 …bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsig…
DLocaleICU.h74 …bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsig…
DPlatformLocale.cpp310 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()