OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_reph
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc
317
bool
has_reph
= false;
local
328
has_reph
= true;
332
if (!
has_reph
)
347
for (; i < start + (
has_reph
? 3 : 0); i++)
hb-ot-shape-complex-indic.cc
704
bool
has_reph
= false;
local
732
has_reph
= true;
740
has_reph
= true;
801
if (!
has_reph
)
827
assert (!
has_reph
);
844
if (
has_reph
&& base == start && limit - base <= 2) {
846
has_reph
= false;
904
if (
has_reph
)
[
all
...]
Completed in 798 milliseconds