Searched refs:OnlyWhitespaces (Results 1 – 1 of 1) sorted by relevance
29 static bool OnlyWhitespaces(const char *ptr) { in OnlyWhitespaces() function71 return (temp != c_str) && OnlyWhitespaces(temp); in LiteAtoi()82 return (temp != c_str) && OnlyWhitespaces(temp); in LiteAtof()