Home | History | Annotate | Download | only in src

Lines Matching refs:HB_IsControlChar

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