OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reph_mode
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc
304
reph_mode_t
reph_mode
;
member in struct:indic_config_t
682
(indic_plan->config->
reph_mode
== REPH_MODE_IMPLICIT && !is_joiner (info[start + 2])) ||
683
(indic_plan->config->
reph_mode
== REPH_MODE_EXPLICIT && info[start + 2].indic_category() == OT_ZWJ)
696
} else if (indic_plan->config->
reph_mode
== REPH_MODE_LOG_REPHA && info[start].indic_category() == OT_Repha)
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc
310
reph_mode_t
reph_mode
;
member in struct:indic_config_t
723
(indic_plan->config->
reph_mode
== REPH_MODE_IMPLICIT && !is_joiner (info[start + 2])) ||
724
(indic_plan->config->
reph_mode
== REPH_MODE_EXPLICIT && info[start + 2].indic_category() == OT_ZWJ)
737
} else if (indic_plan->config->
reph_mode
== REPH_MODE_LOG_REPHA && info[start].indic_category() == OT_Repha)
833
assert (indic_plan->config->
reph_mode
== REPH_MODE_VIS_REPHA);
[
all
...]
Completed in 23 milliseconds