Searched refs:unicode (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DUnicode.h19 namespace unicode { namespace in namespace:llvm::sys
35 /// http://www.unicode.org/versions/Unicode6.2.0/UnicodeStandard-6.2.pdf
60 } // namespace unicode
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DLocale.cpp12 return llvm::sys::unicode::columnWidthUTF8(Text);
25 return llvm::sys::unicode::isPrintable(UCS);
H A DUnicode.cpp21 namespace unicode { namespace in namespace:llvm::sys
234 // http://www.unicode.org/versions/Unicode6.2.0/UnicodeStandard-6.2.pdf
364 } // namespace unicode
/freebsd-9.3-release/sys/fs/udf/
H A Dosta.c22 * Takes an OSTA CS0 compressed unicode name, and converts
27 * It is up to the user to ensure that the unicode buffer is large
28 * enough, and that the compressed unicode name is correct.
32 * The number of unicode characters which were uncompressed.
39 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
58 * unicode char.
60 unicode[unicodeIndex] =
63 unicode[unicodeIndex] = 0;
67 unicode[unicodeInde
36 udf_UncompressUnicode( int numberOfBytes, byte *UDFCompressed, unicode_t *unicode) argument
82 udf_UncompressUnicodeByte( int numberOfBytes, byte *UDFCompressed, byte *unicode) argument
141 udf_CompressUnicode( int numberOfChars, int compID, unicode_t *unicode, byte *UDFCompressed) argument
[all...]
/freebsd-9.3-release/lib/libkiconv/
H A Dxlat16_iconv.c85 const char unicode[] = ENCODING_UNICODE; local
88 strcmp(unicode, tocode) != 0 &&
89 strcmp(unicode, fromcode) != 0 &&
90 kiconv_lookupconv(unicode) == 0) {
91 error = kiconv_add_xlat16_cspair(unicode, fromcode, flag);
94 error = kiconv_add_xlat16_cspair(tocode, unicode, flag);
/freebsd-9.3-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile11 tmpfile.cpp tmpname.cpp unicode.cpp uniglyph.cpp uniuni.cpp version.cpp
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h66 int ContentWidth = llvm::sys::unicode::columnWidthUTF8(Text);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h116 unicode_t unicode; /* Unicode in U+ convention */
115 unicode_t unicode; /* Unicode in U+ convention */ member in struct:__anon4255
/freebsd-9.3-release/cddl/lib/libzpool/
H A DMakefile25 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/unicode
/freebsd-9.3-release/gnu/usr.bin/groff/tmac/
H A DMakefile33 unicode.tmac \
/freebsd-9.3-release/sys/modules/zfs/
H A DMakefile23 .PATH: ${.CURDIR}/../../cddl/contrib/opensolaris/common/unicode
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_smb.c124 int unicode = SMB_UNICODE_STRINGS(vcp); local
131 if (unicode) {
223 unicode = 0;
284 if (unicode) {
/freebsd-9.3-release/contrib/file/
H A DREADME82 src/encoding.c - handles unicode encodings
/freebsd-9.3-release/contrib/file/magic/
H A DMakefile.am243 $(MAGIC_FRAGMENT_DIR)/unicode \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwin32-nat.c639 get_image_name (HANDLE h, void *address, int unicode) argument
642 DWORD size = unicode ? sizeof (WCHAR) : sizeof (char);
665 if (!unicode)
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp42 #include "unicode.h"
1376 int unicode = int(strtol(ptr, &nonum, 16));
1390 int n = tfm_type == MSL ? msl_code : unicode;
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c862 char *up, *outp, unicode[3], outbuf[3]; local
868 * to hide an invisible character, using a unicode filter
872 up = unicode;
911 * cannot be converted, but has unicode char, should return magic number
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c578 ntoskrnl_ascii_to_unicode(ascii, unicode, len)
580 uint16_t *unicode;
586 ustr = unicode;
594 ntoskrnl_unicode_to_ascii(unicode, ascii, len)
595 uint16_t *unicode;
604 *astr = (uint8_t)unicode[i];

Completed in 206 milliseconds