OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_R
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-use-private.hh
65
USE_R
= 18, /* REPHA */
hb-ot-shape-complex-use.cc
281
unsigned int limit = info[start].use_category() ==
USE_R
? 1 : MIN (3u, end - start);
385
/* Mark a substituted repha as
USE_R
. */
389
info[i].use_category() =
USE_R
;
437
if (info[start].use_category() ==
USE_R
&& end - start > 1)
529
buffer->cur().use_category() ==
USE_R
)
hb-ot-shape-complex-use-table.cc
29
#define R
USE_R
/* REPHA */
[
all
...]
Completed in 44 milliseconds