OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_uint16
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz/src/
harfbuzz-global.h
61
typedef unsigned short
hb_uint16
;
typedef
68
typedef
hb_uint16
HB_UShort;
74
typedef
hb_uint16
HB_UChar16;
harfbuzz-hebrew.c
87
hb_uint16
base = shapedChars[cluster_start];
88
hb_uint16
shaped = 0;
harfbuzz-shape.h
31
typedef
hb_uint16
HB_CodePoint; /* UTF-16 codepoint (not character ) */
harfbuzz-greek.c
376
hb_uint16
base = shapedChars[slen-1];
377
hb_uint16
shaped = 0;
harfbuzz-arabic.c
547
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;
[
all
...]
harfbuzz-myanmar.c
349
hb_uint16
chr = uc[i];
Completed in 51 milliseconds