OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:above_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc
222
thai_above_state_t
above_state
= thai_above_start_state[NOT_CONSONANT];
local
234
above_state
= thai_above_start_state[ct];
240
const thai_above_state_machine_edge_t &above_edge = thai_above_state_machine[
above_state
][mt];
242
above_state
= above_edge.next_state;
/external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc
222
thai_above_state_t
above_state
= thai_above_start_state[NOT_CONSONANT];
local
234
above_state
= thai_above_start_state[ct];
240
const thai_above_state_machine_edge_t &above_edge = thai_above_state_machine[
above_state
][mt];
242
above_state
= above_edge.next_state;
Completed in 63 milliseconds