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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 115 FINA,
146 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
148 /* State 3: prev was D in FINA form, willing to join. */
149 { {NONE,NONE,0}, {NONE,ISOL,2}, {MEDI,FINA,1}, {MEDI,FINA,3}, {MEDI,FINA,4}, {MEDI,FINA,6}, }
    [all...]
hb-ot-shape-complex-use.cc 74 FINA,
295 static_assert ((INIT < 4 && ISOL < 4 && MEDI < 4 && FINA < 4), "");
329 bool join = last_form == FINA || last_form == ISOL;
334 last_form = last_form == FINA ? MEDI : INIT;
340 last_form = join ? FINA : ISOL;

Completed in 186 milliseconds