Searched defs:arabicUnicodeMapping (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-arabic.c547 static const hb_uint16 arabicUnicodeMapping[256][2] = { variable
827 /* the arabicUnicodeMapping does not work for U+0649 ALEF MAKSURA, this table does */
846 /* the arabicUnicodeMapping does not work for U+0649 ALEF MAKSURA, handle this here */
848 ? (shape ? arabicUnicodeMapping[cell][0] + shape : 0x600+cell)
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-arabic.c547 static const hb_uint16 arabicUnicodeMapping[256][2] = { variable
827 /* the arabicUnicodeMapping does not work for U+0649 ALEF MAKSURA, this table does */
846 /* the arabicUnicodeMapping does not work for U+0649 ALEF MAKSURA, handle this here */
848 ? (shape ? arabicUnicodeMapping[cell][0] + shape : 0x600+cell)

Completed in 72 milliseconds