Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/common/lite_strings/
Dnumbers.h58 bool LiteAtof(const char *c_str, float *value);
60 inline bool LiteAtof(const string &s, float *value) { in LiteAtof() function
61 return LiteAtof(s.c_str(), value); in LiteAtof()
64 inline bool LiteAtof(StringPiece sp, float *value) { in LiteAtof() function
68 return LiteAtof(temp.c_str(), value); in LiteAtof()
Dnumbers.cc74 bool LiteAtof(const char *c_str, float *value) { in LiteAtof() function
/external/libtextclassifier/lang_id/common/fel/
Dtask-context.cc58 if (LiteAtof(s, &value)) { in Get()
/external/libtextclassifier/lang_id/
Dlang-id.cc188 if ((parts.size() == 2) && LiteAtof(parts[1], &threshold)) { in Setup()