Searched defs:has_reph (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-myanmar.cc312 bool has_reph = false; local
323 has_reph = true;
327 if (!has_reph)
342 for (; i < start + (has_reph ? 3 : 0); i++)
H A Dhb-ot-shape-complex-indic.cc712 bool has_reph = false; local
735 has_reph = true;
743 has_reph = true;
808 if (!has_reph)
834 assert (!has_reph);
851 if (has_reph && base == start && limit - base <= 2) {
853 has_reph = false;
911 if (has_reph)
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-myanmar.cc313 bool has_reph = false; local
324 has_reph = true;
328 if (!has_reph)
343 for (; i < start + (has_reph ? 3 : 0); i++)
H A Dhb-ot-shape-complex-indic.cc672 bool has_reph = false; local
694 has_reph = true;
702 has_reph = true;
764 if (!has_reph)
791 if (has_reph && base == start && limit - base <= 2) {
793 has_reph = false;
851 if (has_reph)

Completed in 83 milliseconds