Searched defs:detectSignAndGetDigitRange (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.cpp310 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex) function in class:blink::Locale
361 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex))

Completed in 40 milliseconds