OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_reph
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-myanmar.cc
312
bool
has_reph
= false;
local
323
has_reph
= true;
327
if (!
has_reph
)
342
for (; i < start + (
has_reph
? 3 : 0); i++)
hb-ot-shape-complex-indic.cc
712
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
)
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc
313
bool
has_reph
= false;
local
324
has_reph
= true;
328
if (!
has_reph
)
343
for (; i < start + (
has_reph
? 3 : 0); i++)
hb-ot-shape-complex-indic.cc
672
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
)
[
all
...]
Completed in 69 milliseconds