HomeSort by: relevance | last modified time | path
    Searched refs:unicode (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/external/mit/libcbor/dist/docs/doxygen/search/
files_b.js 3 ['unicode_2ec',['unicode.c',['../unicode_8c.html',1,'']]],
4 ['unicode_2eh',['unicode.h',['../unicode_8h.html',1,'']]]
defines_4.js 3 ['utf8_5faccept',['UTF8_ACCEPT',['../unicode_8c.html#a82b09bd7c24e408c73e16db56b8db6cf',1,'unicode.c']]],
4 ['utf8_5freject',['UTF8_REJECT',['../unicode_8c.html#a2e385a04dd7c4529414ab34a75a4f9ef',1,'unicode.c']]]
enumvalues_0.js 5 ['_5fcbor_5funicode_5fbadcp',['_CBOR_UNICODE_BADCP',['../unicode_8h.html#a5f58283b505b6cc8a5646516ae20831fa7ddb42c4f16ebd6d46fe1e331c643c8b',1,'unicode.h']]],
6 ['_5fcbor_5funicode_5fok',['_CBOR_UNICODE_OK',['../unicode_8h.html#a5f58283b505b6cc8a5646516ae20831faf42cbfe1ac853288773814920e16318c',1,'unicode.h']]]
all_10.js 8 ['unicode_2ec',['unicode.c',['../unicode_8c.html',1,'']]],
9 ['unicode_2eh',['unicode.h',['../unicode_8h.html',1,'']]],
10 ['utf8_5faccept',['UTF8_ACCEPT',['../unicode_8c.html#a82b09bd7c24e408c73e16db56b8db6cf',1,'unicode.c']]],
11 ['utf8_5freject',['UTF8_REJECT',['../unicode_8c.html#a2e385a04dd7c4529414ab34a75a4f9ef',1,'unicode.c']]]
enums_0.js 5 ['_5fcbor_5funicode_5fstatus_5ferror',['_cbor_unicode_status_error',['../unicode_8h.html#a5f58283b505b6cc8a5646516ae20831f',1,'unicode.h']]]
all_0.js 49 ['_5fcbor_5funicode_5fbadcp',['_CBOR_UNICODE_BADCP',['../unicode_8h.html#a5f58283b505b6cc8a5646516ae20831fa7ddb42c4f16ebd6d46fe1e331c643c8b',1,'unicode.h']]],
50 ['_5fcbor_5funicode_5fcodepoint_5fcount',['_cbor_unicode_codepoint_count',['../unicode_8c.html#ade9ebfe3d9b9bfad4c9fd5c158d519a8',1,'_cbor_unicode_codepoint_count(cbor_data source, size_t source_length, struct _cbor_unicode_status *status): unicode.c'],['../unicode_8h.html#ade9ebfe3d9b9bfad4c9fd5c158d519a8',1,'_cbor_unicode_codepoint_count(cbor_data source, size_t source_length, struct _cbor_unicode_status *status): unicode.c']]],
51 ['_5fcbor_5funicode_5fdecode',['_cbor_unicode_decode',['../unicode_8c.html#aea748174291fa35e154c69e7669f199b',1,'unicode.c']]],
52 ['_5fcbor_5funicode_5fok',['_CBOR_UNICODE_OK',['../unicode_8h.html#a5f58283b505b6cc8a5646516ae20831faf42cbfe1ac853288773814920e16318c',1,'unicode.h']]],
54 ['_5fcbor_5funicode_5fstatus_5ferror',['_cbor_unicode_status_error',['../unicode_8h.html#a5f58283b505b6cc8a5646516ae20831f',1,'unicode.h']]],
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Locale.cpp 3 #include "llvm/Support/Unicode.h"
10 return llvm::sys::unicode::columnWidthUTF8(Text);
14 return llvm::sys::unicode::isPrintable(UCS);
FormattedStream.cpp 16 #include "llvm/Support/Unicode.h"
25 /// account Unicode characters which render as multiple columns wide.
31 int Width = sys::unicode::columnWidthUTF8(CP);
32 if (Width != sys::unicode::ErrorNonPrintableCharacter)
81 // Unicode scalar value if it got flushed. If this happens, we can't know
  /src/external/ibm-public/postfix/dist/src/global/
uxtext.c 100 int unicode = 0; local
105 unicode = ch;
108 unicode = (ch & 0x1f);
112 unicode = (ch & 0x0f);
116 unicode = (ch & 0x07);
120 unicode = (ch & 0x03);
124 unicode = (ch & 0x01);
133 unicode = unicode << 6 | (ch & 0x3f);
136 vstring_sprintf_append(quoted, "\\x{%02X}", unicode);
161 int unicode = 0; local
    [all...]
midna_adomain.c 57 #include <unicode/uidna.h>
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Unicode.h 1 //===- llvm/Support/Unicode.h - Unicode character properties -*- C++ -*-=====//
9 // This file defines functions that allow querying certain properties of Unicode
21 namespace unicode { namespace in namespace:llvm::sys
31 /// of a terminal capable to output Unicode characters.
33 /// All characters from the Unicode code point range are considered printable
37 /// http://www.unicode.org/versions/Unicode6.2.0/UnicodeStandard-6.2.pdf
52 /// with a generic Unicode-capable terminal.
62 /// Fold input unicode character according the Simple unicode case foldin
    [all...]
  /src/sys/modules/hfs/
Makefile 8 SRCS= hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
  /src/sys/rump/fs/lib/libhfs/
Makefile 9 SRCS= hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
  /src/crypto/external/cpl/trousers/dist/src/tspi/
ssl_ui.c 16 BYTE *unicode; local
51 unicode = Trspi_Native_To_UNICODE((BYTE *)pin_buf, string_len);
53 memcpy(string, unicode, *string_len);
54 free(unicode);
  /src/external/gpl3/binutils/dist/binutils/
winduni.c 1 /* winduni.c -- unicode support for the windres program.
24 /* This file contains unicode support routines for the windres
25 program. Ideally, we would have generic unicode support which
29 hosts, but that seems better than not really supporting unicode at
52 /* Convert an ASCII string to a unicode string. We just copy it,
179 /* Specifies the default codepage to be used for unicode
183 /* Specifies the currently used codepage for unicode
187 /* Convert an ASCII string to a unicode string. We just copy it,
191 unicode_from_ascii (rc_uint_type *length, unichar **unicode, const char *ascii)
193 unicode_from_codepage (length, unicode, ascii, wind_current_codepage)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
winduni.c 1 /* winduni.c -- unicode support for the windres program.
24 /* This file contains unicode support routines for the windres
25 program. Ideally, we would have generic unicode support which
29 hosts, but that seems better than not really supporting unicode at
52 /* Convert an ASCII string to a unicode string. We just copy it,
179 /* Specifies the default codepage to be used for unicode
183 /* Specifies the currently used codepage for unicode
187 /* Convert an ASCII string to a unicode string. We just copy it,
191 unicode_from_ascii (rc_uint_type *length, unichar **unicode, const char *ascii)
193 unicode_from_codepage (length, unicode, ascii, wind_current_codepage)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); local
208 const DWORD attributes = GetFileAttributes(unicode);
209 delete [] unicode;
231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); local
232 const DWORD attributes = GetFileAttributes(unicode);
233 delete [] unicode;
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); local
322 int result = CreateDirectory(unicode, nullptr) ? 0 : -1;
323 delete [] unicode;
  /src/sys/fs/ntfs/
ntfs_conv.c 48 #include <fs/unicode.h>
  /src/external/mit/xorg/share/fonts/encodings/large/
Makefile 13 sun.unicode.india-0.enc.gz
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames 8 (defstruct unicode-char
24 #+UNICODE (setq *default-file-encoding* charset:utf-8)
45 ; Unicode 3.1 the following ranges are used.
68 (push (make-unicode-char :code (transform code)
76 (dolist (name (list* "HANGUL SYLLABLE" "CJK COMPATIBILITY" (mapcar #'unicode-char-name all-chars)))
120 #+UNICODE :external-format #+UNICODE charset:ascii)
124 (format ostream " * Unicode character name table.~%")
197 ;; Compute the word-indices for every unicode-char.
199 (let ((name (unicode-char-name uc)
    [all...]
  /src/sys/fs/udf/
udf_osta.c 24 * OSTA compliant Unicode compression, uncompression routines.
32 * Takes an OSTA CS0 compressed unicode name, and converts
33 * it to Unicode.
34 * The Unicode output will be in the byte order
37 * It is up to the user to ensure that the unicode buffer is large
38 * enough, and that the compressed unicode name is correct.
42 * The number of unicode characters which were uncompressed.
49 unicode_t *unicode) /* (Output) uncompressed unicode characters. */
74 * unicode char
    [all...]
  /src/sys/arch/macppc/stand/installboot/
Makefile 29 ${HOST_LN} -s ${NETBSDSRCDIR}/sys/fs/unicode.h fs
  /src/external/bsd/less/dist/lesstest/
Makefile 15 LT_SCREEN_SRC = lt_screen.c unicode.c wchar.c
  /src/external/bsd/pcc/libexec/ccom/
Makefile 18 SRCS+= common.c main.c external.c unicode.c
  /src/external/cddl/osnet/lib/libzpool/
Makefile 11 .PATH: ${.CURDIR}/../../dist/common/unicode

Completed in 28 milliseconds

1 2 3 4 5 6