Searched refs:IsNonZeroDigit (Results 1 – 1 of 1) sorted by relevance
472 static bool IsNonZeroDigit(const char d) { in IsNonZeroDigit() function482 …return (buffer.length() == 0) || (IsNonZeroDigit(buffer[0]) && IsNonZeroDigit(buffer[buffer.length… in AssertTrimmedDigits()