Home | History | Annotate | Download | only in src

Lines Matching refs:more

672     inline bool more (void) { return i < c->glyphArray.len; }
774 inline bool more (void) { return i < c->rangeRecord.len; }
779 if (more ())
846 for (iter.init (*this); iter.more (); iter.next ()) {
880 inline bool more (void) {
882 case 1: return u.format1.more ();
883 case 2: return u.format2.more ();