Home
last modified time | relevance | path

Searched refs:hb_uint16 (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-global.h65 typedef unsigned short hb_uint16; typedef
72 typedef hb_uint16 HB_UShort;
78 typedef hb_uint16 HB_UChar16;
Dharfbuzz-hebrew.c87 hb_uint16 base = shapedChars[cluster_start]; in HB_HebrewShape()
88 hb_uint16 shaped = 0; in HB_HebrewShape()
Dharfbuzz-greek.c376 hb_uint16 base = shapedChars[slen-1]; in HB_GreekShape()
377 hb_uint16 shaped = 0; in HB_GreekShape()
Dharfbuzz-shape.h31 typedef hb_uint16 HB_CodePoint; /* UTF-16 codepoint (not character ) */
Dharfbuzz-arabic.c547 static const hb_uint16 arabicUnicodeMapping[256][2] = {
828 static const hb_uint16 alefMaksura[4] = {0xFEEF, 0xFEF0, 0xFBE8, 0xFBE9};
835 static const hb_uint16 arabicUnicodeLamAlefMapping[6][4] = {
939 hb_uint16 map; in shapedString()
Dharfbuzz-myanmar.c349 hb_uint16 chr = uc[i]; in myanmar_shape_syllable()