Searched refs:unicode_version (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | gen_wcwidth.py | 27 unicode_version = sys.argv[1] variable 58 os.system("from_glibc/utf8_gen.py --unicode_version %s" % unicode_version) 89 print(" utf8_gen.py, using version %s" % unicode_version,
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | gen_wcwidth.py | 27 unicode_version = sys.argv[1] variable 58 os.system("from_glibc/utf8_gen.py --unicode_version %s" % unicode_version) 89 print(" utf8_gen.py, using version %s" % unicode_version,
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/ |
| H A D | utf8_gen.py | 201 def write_header_width(outfile, unicode_version): argument 204 + '{:s}.\n'.format(unicode_version)) 359 write_header_width(OUTFILE, ARGS.unicode_version)
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/ |
| H A D | utf8_gen.py | 201 def write_header_width(outfile, unicode_version): argument 204 + '{:s}.\n'.format(unicode_version)) 366 write_header_width(OUTFILE, ARGS.unicode_version)
|
| /netbsd-src/external/cddl/osnet/dist/common/unicode/ |
| H A D | u8_textprep.c | 1913 int flag, size_t unicode_version, int *errnum) in u8_textprep_str() argument 1934 if (unicode_version > U8_UNICODE_LATEST) { in u8_textprep_str() 2035 i = do_case_conv(unicode_version, u8s, in u8_textprep_str() 2100 j = collect_a_seq(unicode_version, u8s, in u8_textprep_str()
|