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