Searched refs:start (Results 1 – 5 of 5) sorted by relevance
/localedata/unicode-gen/ |
A D | unicode_utils.py | 176 start = match.group('codepoint1') 179 end = start 180 for code_point in range(int(start, 16), int(end, 16)+1): 209 start = match.group('codepoint1') 212 end = start 213 for code_point in range(int(start, 16), int(end, 16)+1):
|
A D | utf8_gen.py | 54 def process_range(start, end, outfile, name): argument 68 for i in range(int(start, 16), int(end, 16)+1 ): 90 for i in range(int(start, 16), int(end, 16), 64 ):
|
A D | DerivedCoreProperties.txt | 6067 # Characters that can start an identifier.
|
/localedata/ |
A D | tst-numeric.data | 23 # for strfmon. Fields are separated by TABs. Lines that start with a
|
A D | tst-fmon.data | 22 # for strfmon. Fields are separated by TABs. Lines that start with a
|
Completed in 25 milliseconds