Searched refs:loword (Results 1 – 1 of 1) sorted by relevance
41 const uint16_t loword = static_cast<uint16_t>(charcode); in CIDFromCharCode() local55 if (found != end && loword >= found->m_LoWordLow && in CIDFromCharCode()56 loword <= found->m_LoWordHigh) { in CIDFromCharCode()57 return found->m_CID + loword - found->m_LoWordLow; in CIDFromCharCode()72 begin, end, loword, [](const SingleCmap& element, uint16_t code) { in CIDFromCharCode()75 if (found != end && found->code == loword) in CIDFromCharCode()84 begin, end, loword, [](const RangeCmap& element, uint16_t code) { in CIDFromCharCode()87 if (found != end && loword >= found->low && loword <= found->high) in CIDFromCharCode()88 return found->cid + loword - found->low; in CIDFromCharCode()