Lines Matching refs:upper
440 upper = int(record.simple_uppercase_mapping, 16)
442 upper = char
450 title = upper
452 sc = ([lower], [title], [upper])
454 if upper == lower == title:
455 upper = lower = title = 0
457 upper = upper - char
460 assert (abs(upper) <= 2147483647 and
475 upper = len(extra_casing) | (len(sc[2]) << 24)
477 # Title is probably equal to upper.
479 title = upper
496 upper, lower, title, decimal, digit, flags
1148 upper = [int(char, 16) for char in data[3].split()]
1149 sc[c] = (lower, title, upper)
1171 for c in map(ord, s.upper()):