Home
last modified time | relevance | path

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

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