Home
last modified time | relevance | path

Searched refs:OnlyWhitespaces (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/lang_id/common/lite_strings/
Dnumbers.cc29 static bool OnlyWhitespaces(const char *ptr) { in OnlyWhitespaces() function
71 return (temp != c_str) && OnlyWhitespaces(temp); in LiteAtoi()
82 return (temp != c_str) && OnlyWhitespaces(temp); in LiteAtof()