Searched refs:numHanLeadBytes (Results 1 – 1 of 1) sorted by relevance
188 int32_t numHanLeadBytes = (numHan + numHanPerLeadByte - 1) / numHanPerLeadByte; in initHanRanges() local189 uint32_t hanPrimary = (uint32_t)(Collation::UNASSIGNED_IMPLICIT_BYTE - numHanLeadBytes) << 24; in initHanRanges()