Searched refs:__more__ (Results 1 – 7 of 7) sorted by relevance
239 bool __more__ () const in __more__() function243 case 1: return u.format1.__more__ (); in __more__()244 case 2: return u.format2.__more__ (); in __more__()246 case 3: return u.format3.__more__ (); in __more__()247 case 4: return u.format4.__more__ (); in __more__()
179 bool __more__ () const { return i < c->rangeRecord.len; } in __more__() function185 if (__more__ ()) in __next__()
115 bool __more__ () const { return i < c->glyphArray.len; } in __more__() function
80 explicit operator bool () const { return thiz()->__more__ (); } in operator bool()197 bool __more__ () const { return bool (thiz()->len ()); } in __more__() function378 bool __more__ () const { return bool (it); } in __more__() function444 bool __more__ () const { return bool (it); } in __more__() function554 bool __more__ () const { return bool (a) && bool (b); } in __more__() function612 bool __more__ () const { return bool (a) || bool (b); } in __more__() function708 bool __more__ () const { return v != end_; } in __more__() function771 bool __more__ () const { return true; } in __more__() function801 bool __more__ () const { return true; } in __more__() function
355 bool __more__ () const { return v != INVALID; } in __more__() function
874 bool __more__ () const { return v != INVALID; } in __more__() function
26 bool __more__ () const { return current; } in __more__() function