Home | History | Annotate | Download | only in hb-old

Lines Matching refs:HB_IsControlChar

260     attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
276 if ((!symbolFont && uc[i] == 0x00ad) || HB_IsControlChar(uc[i]))