OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_reph
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc
324
bool
has_reph
= false;
local
335
has_reph
= true;
339
if (!
has_reph
)
354
for (; i < start + (
has_reph
? 3 : 0); i++)
hb-ot-shape-complex-indic.cc
726
bool
has_reph
= false;
local
754
has_reph
= true;
762
has_reph
= true;
823
if (!
has_reph
)
849
assert (!
has_reph
);
866
if (
has_reph
&& base == start && limit - base <= 2) {
868
has_reph
= false;
926
if (
has_reph
)
[
all
...]
Completed in 69 milliseconds