Home
last modified time | relevance | path

Searched refs:UCS (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicode.cpp27 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 DLocale.cpp13 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 DUnicode.t75 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 DUnicode.h39 bool isPrintable(int UCS);
42 bool isFormatting(int UCS);
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.jp45 UCS-2BE UCS-2LE UTF-16 UTF-16BE
H A DREADME.ko228 기본적으로 Unicode와 같은 ISO 표준인 ISO/IEC 10646 UCS(Universal
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DSupported.pod82 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 DNamedSqProv.txt20 # UCS Sequence Identifier (USI) in ISO/IEC 10646 uses
H A DNamedSequences.txt19 # UCS Sequence Identifier (USI) in ISO/IEC 10646 uses
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp331 ListScope UCS(SW, "UnwindCodes"); in printUnwindInfo() local
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlunicode.pod1615 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 Dperluniintro.pod140 (UTF-8 is byte-order independent). The ISO/IEC 10646 defines the UCS-2
141 and UCS-4 encoding forms.
H A Dperl58delta.pod2454 UTF-16 and UCS-2 encoded Perl files should now be read correctly.
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def954 HANDLE_DW_ATE(0x11, UCS, 5, DWARF)
/openbsd-src/gnu/usr.bin/binutils/binutils/po/
H A Dda.po4113 msgstr "nultermineret UCS-streng"
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/po/
H A Dda.po4113 msgstr "nultermineret UCS-streng"
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20001807 the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
H A DChangeLog5185 from the endianness of the platform; tweak UCS4 to UCS-4BE.
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog1347 UTF-8, not UCS-2. Fixes PR java/5923.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.52820 diagnostics. Skip to the end if the UCS is too short.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog4411 * gcc.dg/cpp/ucs.c: Improved long UCS test.