Searched refs:fields (Results 1 – 5 of 5) sorted by relevance
/localedata/unicode-gen/ |
A D | utf8_gen.py | 135 fields = line.split(";") 144 if fields[1] == "<control>" and fields[10]: 145 fields[1] = fields[10] 150 if fields[1].endswith(', First>') and not 'Surrogate,' in fields[1]: 153 if fields[1].endswith(', Last>') and not 'Surrogate,' in fields[1]: 168 fields[1])) 229 fields = line.split(";") 231 code_points = (fields[0], fields[0]) 239 fields = line.split(";") 240 if fields[4] == "NSM" or fields[2] in ("Cf", "Me", "Mn"): [all …]
|
A D | unicode_utils.py | 78 def fill_attribute(code_point, fields): argument 96 'comment': fields[11], # comment 98 'upper': int(fields[12], 16) if fields[12] else None, 100 'lower': int(fields[13], 16) if fields[13] else None, 102 'title': int(fields[14], 16) if fields[14] else None, 122 fields = line.strip().split(';') 123 if len(fields) != 15: 128 if fields[2] == 'Cs': 134 fields_start = fields 138 fields[1] = fields[1].split(',')[0][1:] [all …]
|
A D | EastAsianWidth.txt | 15 # The format is two fields separated by a semicolon. 34 # which separates the two fields. The comments following the number sign
|
/localedata/locales/ |
A D | C | 117 % Week description, consists of three fields:
|
A D | ro_RO | 314 % Format of an address. The fields have the following meaning
|
Completed in 9 milliseconds