Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp472 static bool IsNonZeroDigit(const char d) { in IsNonZeroDigit() function
482 …return (buffer.length() == 0) || (IsNonZeroDigit(buffer[0]) && IsNonZeroDigit(buffer[buffer.length… in AssertTrimmedDigits()