Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 5 of 5) sorted by relevance

/localedata/unicode-gen/
A Dutf8_gen.py135 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 Dunicode_utils.py78 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 DEastAsianWidth.txt15 # The format is two fields separated by a semicolon.
34 # which separates the two fields. The comments following the number sign
/localedata/locales/
A DC117 % Week description, consists of three fields:
A Dro_RO314 % Format of an address. The fields have the following meaning

Completed in 9 milliseconds