OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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