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

  /external/harfbuzz/src/
harfbuzz-tibetan.c 46 } TibetanForm;
49 static const unsigned char tibetanForm[0x80] = {
93 ((c) >= 0x0f40 && (c) < 0x0fc0 ? (TibetanForm)tibetanForm[(c) - 0x0f40] : TibetanOther)
167 TibetanForm state = tibetan_form(*uc);
179 TibetanForm newState = tibetan_form(uc[pos]);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-tibetan.c 46 } TibetanForm;
49 static const unsigned char tibetanForm[0x80] = {
93 ((c) >= 0x0f40 && (c) < 0x0fc0 ? (TibetanForm)tibetanForm[(c) - 0x0f40] : TibetanOther)
167 TibetanForm state = tibetan_form(*uc);
179 TibetanForm newState = tibetan_form(uc[pos]);

Completed in 95 milliseconds