Home
last modified time | relevance | path

Searched refs:LengthCallback (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/utils/
Dlua-utils.h67 static int LengthCallback(lua_State *state);
99 lua_pushcclosure(state, &Iterator::LengthCallback, 2); in NewIterator()
Dlua-utils.cc61 int LuaEnvironment::Iterator::LengthCallback(lua_State *state) { in LengthCallback() function in libtextclassifier3::LuaEnvironment::Iterator