Home | History | Annotate | Download | only in src

Lines Matching refs:ab

1770 		 hb_codepoint_t  ab,
1774 switch (ab)
1807 if ((ab == 0x0DDAu || hb_in_range (ab, 0x0DDCu, 0x0DDEu)))
1840 (c->font->get_glyph (ab, 0, &glyph) &&
1845 *b = ab;
1850 return c->unicode->decompose (ab, a, b);
1857 hb_codepoint_t *ab)
1864 if (a == 0x09AFu && b == 0x09BCu) { *ab = 0x09DFu; return true; }
1866 return c->unicode->compose (a, b, ab);