Home
last modified time | relevance | path

Searched defs:LiteAtof (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/lang_id/common/lite_strings/
Dnumbers.h60 inline bool LiteAtof(const std::string &s, float *value) { in LiteAtof() function
64 inline bool LiteAtof(StringPiece sp, float *value) { in LiteAtof() function
Dnumbers.cc75 bool LiteAtof(const char *c_str, float *value) { in LiteAtof() function