Home | History | Annotate | Download | only in src

Lines Matching refs:ab

1769 		 hb_codepoint_t  ab,
1773 switch (ab)
1806 if ((ab == 0x0DDAu || hb_in_range (ab, 0x0DDCu, 0x0DDEu)))
1839 (c->font->get_glyph (ab, 0, &glyph) &&
1844 *b = ab;
1849 return c->unicode->decompose (ab, a, b);
1856 hb_codepoint_t *ab)
1863 if (a == 0x09AFu && b == 0x09BCu) { *ab = 0x09DFu; return true; }
1865 return c->unicode->compose (a, b, ab);