OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cluster_start
(Results
1 - 8
of
8
) sorted by null
/external/harfbuzz/src/
harfbuzz-hebrew.c
79
int
cluster_start
= 0;
local
87
hb_uint16 base = shapedChars[
cluster_start
];
141
cluster_start
= slen;
146
shapedChars[
cluster_start
] = shaped;
160
cluster_start
= slen;
168
logClusters[i] =
cluster_start
;
harfbuzz-greek.c
365
int
cluster_start
= 0;
local
415
cluster_start
= slen;
423
logClusters[i] =
cluster_start
;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-hebrew.c
79
int
cluster_start
= 0;
local
87
hb_uint16 base = shapedChars[
cluster_start
];
141
cluster_start
= slen;
146
shapedChars[
cluster_start
] = shaped;
160
cluster_start
= slen;
168
logClusters[i] =
cluster_start
;
harfbuzz-greek.c
365
int
cluster_start
= 0;
local
415
cluster_start
= slen;
423
logClusters[i] =
cluster_start
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh
172
unsigned int
cluster_start
,
hb-buffer.cc
417
unsigned int
cluster_start
,
426
if (
cluster_start
== 0 && cluster_end == (unsigned int)-1) {
435
if (
cluster_start
<= info[i].cluster && info[i].cluster < cluster_end)
/external/harfbuzz_ng/src/
hb-buffer-private.hh
167
unsigned int
cluster_start
,
hb-buffer.cc
365
unsigned int
cluster_start
,
374
if (
cluster_start
== 0 && cluster_end == (unsigned int)-1) {
383
if (
cluster_start
<= info[i].cluster && info[i].cluster < cluster_end)
Completed in 73 milliseconds