OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OT_SM
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic-private.hh
53
OT_SM
= 8,
99
INDIC_SYLLABIC_CATEGORY_BINDU =
OT_SM
,
114
INDIC_SYLLABIC_CATEGORY_VISARGA =
OT_SM
,
hb-ot-shape-complex-myanmar.cc
244
cat = (indic_category_t)
OT_SM
;
hb-ot-shape-complex-indic.cc
217
else if (unlikely (u == 0x0A71)) cat =
OT_SM
; /* GURMUKHI ADDAK. Move it to the end. */
218
else if (unlikely (u == 0xA982)) cat =
OT_SM
; /* Javanese repha. */
249
else if ((FLAG (cat) & (FLAG (
OT_SM
) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Avag))))
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh
53
OT_SM
,
97
INDIC_SYLLABIC_CATEGORY_BINDU =
OT_SM
,
112
INDIC_SYLLABIC_CATEGORY_VISARGA =
OT_SM
,
hb-ot-shape-complex-myanmar.cc
245
cat = (indic_category_t)
OT_SM
;
hb-ot-shape-complex-indic.cc
223
else if (unlikely (u == 0x0A71)) cat =
OT_SM
; /* GURMUKHI ADDAK. More like consonant medial. like 0A75. */
252
else if (cat ==
OT_SM
|| cat == OT_VD)
[
all
...]
Completed in 63 milliseconds