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

Lines Matching full:invalid

103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
120 if (invalid) {
162 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid)
174 *invalid = TRUE;
202 *invalid = FALSE;
225 HB_Bool invalid;
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
229 invalid ? "TRUE" : "FALSE"); */
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {