Lines Matching refs:old_num
551 for (hb_codepoint_t old_num = 0; old_num < len; old_num++) in create() local
553 if (hb_set_has (closure, old_num)) in create()
554 add (old_num); in create()
565 hb_codepoint_t operator[] (unsigned int old_num) const in operator []()
567 if (old_num >= len) in operator []()
570 return Remap::operator[] (old_num); in operator []()
573 int biased_num (unsigned int old_num) const in biased_num()
575 hb_codepoint_t new_num = (*this)[old_num]; in biased_num()
755 for (unsigned int old_num = 0; old_num < subrs.len; old_num++) in encode_subrs() local
757 hb_codepoint_t new_num = remap[old_num]; in encode_subrs()
760 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()