Home
last modified time | relevance | path

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

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