Lines Matching full:mappings
11 C - Common mappings
12 S - mappings for Simple case folding
13 F - mappings for Full case folding
31 # This variable will body of the mappings function
34 # Reads file line-by-line, extracts Common and Simple case fold mappings and
36 def mappings(f): function
58 # Computes the stride (from_char2 - from_char1) of two mappings.
63 # Computes the stride of a list of mappings. The list should have at least two
64 # mappings. All mappings in the list are assumed to have the same stride.
69 # b is a list of mappings. All the mappings are assumed to have the same
70 # shift and the stride between adjecant mappings (if any) is constant.
109 for m in mappings(f):