OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2323 milliseconds