Home
last modified time | relevance | path

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

/external/libtextclassifier/native/lang_id/common/lite_strings/
Dnumbers.h43 inline bool LiteAtoi(const std::string &s, int *value) { in LiteAtoi() function
47 inline bool LiteAtoi(StringPiece sp, int *value) { in LiteAtoi() function
Dnumbers.cc42 bool LiteAtoi(const char *c_str, int *value) { in LiteAtoi() function