HomeSort by relevance Sort by last modified time
    Searched full:table_next (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/base/ime/chromeos/
character_composer.cc 258 const uint16* table_next = data_ + (*index)[length + 1]; local
259 if (table_next > table) {
262 const int n_sequences = (table_next - table)/row_stride;

Completed in 37 milliseconds