HomeSort by relevance Sort by last modified time
    Searched refs:arabicUnicodeMapping (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/src/
harfbuzz-arabic.c 547 static const hb_uint16 arabicUnicodeMapping[256][2] = {
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)
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c 547 static const hb_uint16 arabicUnicodeMapping[256][2] = {
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)
    [all...]

Completed in 1312 milliseconds