Searched refs:IsDecimal (Results 1 – 3 of 3) sorted by relevance
47 bool IsDecimal(char c) { in IsDecimal() function167 while (!IsDecimal(*pos)) pos++; in GetMemoryProfile()
92 bool IsDecimal(char c);
67 while (IsDecimal(*current_)) in Next()