| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Unicode.cpp | 27 bool isPrintable(int UCS) { in isPrintable() argument 271 return UCS == 0x00AD || Printables.contains(UCS); in isPrintable() 276 bool isFormatting(int UCS) { in isFormatting() argument 289 return Format.contains(UCS); in isFormatting() 303 static inline int charWidth(int UCS) { in charWidth() argument 304 if (!isPrintable(UCS)) in charWidth() 429 if (CombiningCharacters.contains(UCS)) in charWidth() 474 if (DoubleWidthCharacters.contains(UCS)) in charWidth()
|
| H A D | Locale.cpp | 13 bool isPrint(int UCS) { in isPrint() argument 14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | Unicode.t | 75 is(decode('UCS-2BE', $n_16be), $fallback, "decode UCS-2BE: fallback"); 76 is(decode('UCS-2LE', $n_16le), $fallback, "decode UCS-2LE: fallback"); 77 eval { decode('UCS-2BE', $n_16be, 1) }; 78 is (index($@,'UCS-2BE:'), 0, "decode UCS-2BE: exception"); 79 eval { decode('UCS-2LE', $n_16le, 1) }; 80 is (index($@,'UCS-2LE:'), 0, "decode UCS [all...] |
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Unicode.h | 39 bool isPrintable(int UCS); 42 bool isFormatting(int UCS);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.jp | 45 UCS-2BE UCS-2LE UTF-16 UTF-16BE
|
| H A D | README.ko | 228 기본적으로 Unicode와 같은 ISO 표준인 ISO/IEC 10646 UCS(Universal
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/ |
| H A D | Supported.pod | 82 UCS-2BE UCS-2, iso-10646-1 [IANA, UC] 83 UCS-2LE [UC] 88 UTF-32BE UCS-4 [UC] 93 To find how (UCS-2|UTF-(16|32))(LE|BE)? differ from one another, 739 =item UCS 741 Short for I<Universal Character Set>. When you say just UCS, it means 744 =item UCS-2 763 endian. The big endian version is called UTF-16BE (equal to UCS-2 +
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NamedSqProv.txt | 20 # UCS Sequence Identifier (USI) in ISO/IEC 10646 uses
|
| H A D | NamedSequences.txt | 19 # UCS Sequence Identifier (USI) in ISO/IEC 10646 uses
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 331 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo() local
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlunicode.pod | 1615 UCS-2, UCS-4 1617 Legacy, fixed-width encodings defined by the ISO 10646 standard. UCS-2 is a 16-bit 1618 encoding. Unlike UTF-16, UCS-2 is not extensible beyond C<U+FFFF>, 1619 because it does not use surrogates. UCS-4 is a 32-bit encoding, 1621 UCS-4 forbids neither surrogates nor code points larger than C<0x10_FFFF>).
|
| H A D | perluniintro.pod | 140 (UTF-8 is byte-order independent). The ISO/IEC 10646 defines the UCS-2 141 and UCS-4 encoding forms.
|
| H A D | perl58delta.pod | 2454 UTF-16 and UCS-2 encoded Perl files should now be read correctly.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 954 HANDLE_DW_ATE(0x11, UCS, 5, DWARF)
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/po/ |
| H A D | da.po | 4113 msgstr "nultermineret UCS-streng"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/po/ |
| H A D | da.po | 4113 msgstr "nultermineret UCS-streng"
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog-2000 | 1807 the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
|
| H A D | ChangeLog | 5185 from the endianness of the platform; tweak UCS4 to UCS-4BE.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 1347 UTF-8, not UCS-2. Fixes PR java/5923.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 2820 diagnostics. Skip to the end if the UCS is too short.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 4411 * gcc.dg/cpp/ucs.c: Improved long UCS test.
|