HomeSort by relevance Sort by last modified time
    Searched defs:LiteAtof (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/lang_id/common/lite_strings/
numbers.h 58 bool LiteAtof(const char *c_str, float *value);
60 inline bool LiteAtof(const string &s, float *value) {
61 return LiteAtof(s.c_str(), value);
64 inline bool LiteAtof(StringPiece sp, float *value) {
68 return LiteAtof(temp.c_str(), value);
numbers.cc 74 bool LiteAtof(const char *c_str, float *value) {

Completed in 47 milliseconds