OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indic_category
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc
31
#define
indic_category
() complex_var_u8_0() /* indic_category_t */
macro
153
return !!(FLAG (info.
indic_category
()) & flags);
261
info.
indic_category
() = cat;
593
HB_BUFFER_ALLOCATE_VAR (buffer,
indic_category
);
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)
752
info[i].
indic_category
() == OT_ZWJ &&
753
info[i - 1].
indic_category
() == OT_H)
772
if (limit < i && info[i - 1].
indic_category
() == OT_ZWJ)
841
if (info[i].
indic_category
() == OT_M)
[
all
...]
hb-ot-shape-complex-indic-machine.rl
111
getkey info[p].
indic_category
();
hb-ot-shape-complex-indic-machine.hh
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc
31
#define
indic_category
() complex_var_u8_0() /* indic_category_t */
macro
145
return !!(FLAG (info.
indic_category
()) & flags);
258
info.
indic_category
() = cat;
630
HB_BUFFER_ALLOCATE_VAR (buffer,
indic_category
);
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)
793
info[i].
indic_category
() == OT_ZWJ &&
794
info[i - 1].
indic_category
() == OT_H)
816
if (limit < i && info[i - 1].
indic_category
() == OT_ZWJ)
901
if (info[i].
indic_category
() == OT_M)
[
all
...]
hb-ot-shape-complex-indic-machine.hh
[
all
...]
Completed in 32 milliseconds