OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cEnd
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
213
int
cEnd
= -1;
216
if (
cEnd
== -1 && attributes[i].mark) {
217
cEnd
= i;
218
} else if (
cEnd
!= -1 && !attributes[i].mark) {
219
positionCluster(item, i,
cEnd
);
220
cEnd
= -1;
[
all
...]
/external/harfbuzz/src/
harfbuzz-shaper.cpp
413
int
cEnd
= -1;
416
if (
cEnd
== -1 && attributes[i].mark) {
417
cEnd
= i;
418
} else if (
cEnd
!= -1 && !attributes[i].mark) {
419
positionCluster(item, i,
cEnd
);
420
cEnd
= -1;
[
all
...]
Completed in 57 milliseconds