| /openbsd-src/gnu/llvm/libcxx/utils/data/unicode/ |
| H A D | README.txt | 7 https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt \ 8 https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt \ 9 https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt \ 10 https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt \ 11 https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt 17 Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt 21 Source: https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 25 Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt 29 Source: https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt 33 Source: https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | winduni.c | 43 unicode_from_ascii (int *length, unichar **unicode, const char *ascii) in unicode_from_ascii() argument 51 *unicode = ((unichar *) res_alloc ((len + 1) * sizeof (unichar))); in unicode_from_ascii() 52 for (s = ascii, w = *unicode; *s != '\0'; s++, w++) in unicode_from_ascii() 62 *unicode = ((unichar *) res_alloc (len * sizeof (unichar))); in unicode_from_ascii() 63 MultiByteToWideChar (CP_ACP, 0, ascii, -1, *unicode, len); in unicode_from_ascii() 80 unicode_print (FILE *e, const unichar *unicode, int length) in unicode_print() argument 91 ch = *unicode; in unicode_print() 96 ++unicode; in unicode_print()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | winduni.c | 43 unicode_from_ascii (int *length, unichar **unicode, const char *ascii) in unicode_from_ascii() argument 54 *unicode = ((unichar *) res_alloc ((len + 1) * sizeof (unichar))); in unicode_from_ascii() 59 MultiByteToWideChar (CP_ACP, 0, ascii, len + 1, *unicode, len + 1); in unicode_from_ascii() 61 for (s = ascii, w = *unicode; *s != '\0'; s++, w++) in unicode_from_ascii() 73 unicode_print (FILE *e, const unichar *unicode, int length) in unicode_print() argument 84 ch = *unicode; in unicode_print() 89 ++unicode; in unicode_print()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | regexp.t | 125 8- ; qr/\x{100}/ ; "\x{100}" ; simple unicode 126 A12- ; qr/fss/i ; "f\xDF\x{101}" ; case insensive unicode promoted 127 A22-; qr/fss/ui ; "f\xDF" ; case insensitive unicode SS /iu 128 A22-; qr/fss/aai ; !"f\xDF" ; case insensitive unicode SS /iaa
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | local.t | 719 my $unicode = chr 256; 720 my $ambigous = "\240" . $unicode; 722 local $h{$unicode} = 256; 727 is($h{$unicode}, 256); 743 my $unicode = chr 256; 744 my $ambigous = "\240" . $unicode; 746 local @h{$unicode, $ambigous} = (256, 160); 750 is($h{$unicode}, 256);
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | chars.c | 37 int unicode; member 458 return ln != NULL ? ln->unicode : -1; in mchars_spec2cp() 501 if (uc == lines[i].unicode) in mchars_uc2str()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Locale.cpp | 10 return llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth() 14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
|
| H A D | FormattedStream.cpp | 31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition() 32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
|
| H A D | UnicodeNameToCodepointGenerated.cpp | 70 namespace unicode { namespace
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | man.out_utf8 | 4 char-unicode-mdoc - unicode characters in man code
|
| H A D | invalid.out_ascii | 4 cchhaarr--uunniiccooddee--iinnvvaalliidd - invalid unicode characters 13 not unicode: >_.|^.=^<
|
| H A D | invalid.out_utf8 | 4 cchhaarr--uunniiccooddee--iinnvvaalliidd – invalid unicode characters 13 not unicode: >_.↑.⇑<
|
| H A D | invalid.out_html | 6 not unicode: >_.↑.⇑<
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | ReadMe.txt | 5 # For terms of use, see https://www.unicode.org/terms_of_use.html 13 # The UAXes and UTS #51 can be accessed at https://www.unicode.org/versions/Unicode15.0.0/
|
| H A D | NamedSqProv.txt | 4 # For terms of use, see https://www.unicode.org/terms_of_use.html 7 # For documentation, see https://www.unicode.org/reports/tr44/ 32 # Sequences, at https://www.unicode.org/reports/tr34/
|
| H A D | NormalizationCorrections.txt | 4 # For terms of use, see https://www.unicode.org/terms_of_use.html 7 # For documentation, see https://www.unicode.org/reports/tr44/
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | lex.c | 551 unicode_t unicode = 0; local 568 unicode |= (unicode_t)(hex_value (c) << shift); 585 return unicode; 1682 java_unicode_2_utf8 (unicode) in java_unicode_2_utf8() argument 1683 unicode_t unicode; in java_unicode_2_utf8() 1685 if (RANGE (unicode, 0x01, 0x7f)) 1686 obstack_1grow (&temporary_obstack, (char)unicode); 1687 else if (RANGE (unicode, 0x80, 0x7ff) || unicode == 0) 1690 (unsigned char)(0xc0 | ((0x7c0 & unicode) >> 6))); 1692 (unsigned char)(0x80 | (unicode & 0x3f))); [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | CFString.py | 178 if self.explicit and self.unicode: 216 "unicode", str(int(self.unicode))) 237 self.unicode == False and self.special == False and \ 240 elif self.unicode: 349 self.unicode = self.is_unicode()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | link-to-url | 10 L<http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod>. 22 <http://pod.tst.eu/http://cvs.schmorp.de/rxvt\-unicode/doc/rxvt.7.pod>.
|
| /openbsd-src/gnu/llvm/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 56 .. |sect| unicode:: U+00A7 57 .. |hellip| unicode:: U+2026
|
| /openbsd-src/regress/usr.bin/mandoc/char/ |
| H A D | Makefile | 3 SUBDIR = accent bar hyphen space unicode C N
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.tw | 130 =item L<https://www.unicode.org/> 134 =item L<http://www.cl.cam.ac.uk/%7Emgk25/unicode.html>
|
| H A D | README.cn | 134 =item L<https://www.unicode.org/> 138 =item L<https://www.cl.cam.ac.uk/%7Emgk25/unicode.html>
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | rm-unicode-0.txt | 1 # Check removing unicode
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/ |
| H A D | unicode.tml | 1 # Test unicode strings in key and value contexts 6 # These tests target unicode characters that are handled special or known to be 16 # Make a mapping { "$code" : "$code" } where code is a unicode code point: 434 # 161-… → From here on up use printable unicode chars.
|