Lines Matching defs:firstMax
640 uint32_t firstMax = 0;
644 firstMax = range.first;
646 firstMax = interItem.first;
653 if (secondMin < firstMax) {
656 if (firstMax >= 'a' && firstMax <= 'z') {
657 cr.Insert(firstMax + 'A' - 'a', secondMin + 'A' - 'a');
659 if (firstMax >= 'A' && firstMax <= 'Z') {
660 cr.Insert(firstMax - 'A' + 'a', secondMin - 'A' + 'a');