Searched refs:IsDecimal (Results 1 – 3 of 3) sorted by relevance
48 bool IsDecimal(char c) { in IsDecimal() function181 while (pos < end && !IsDecimal(*pos)) pos++; in ParseUnixMemoryProfile()
120 bool IsDecimal(char c);
61 while (IsDecimal(*data_.current)) data_.current++; in Next()