HomeSort by relevance Sort by last modified time
    Searched refs:detectSignAndGetDigitRange (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.h 74 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
PlatformLocale.h 156 bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
PlatformLocale.cpp 310 bool Locale::detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex)
361 if (!detectSignAndGetDigitRange(input, isNegative, startIndex, endIndex))

Completed in 49 milliseconds