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

  /packages/inputmethods/LatinIME/native/src/
dictionary.h 45 bool getTerminal(int *pos) { return (mDict[*pos] & FLAG_TERMINAL_MASK) > 0; }
dictionary.cpp 225 bool terminal = getTerminal(&pos);
292 int terminal = getTerminal(&pos);

Completed in 1620 milliseconds