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