Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Duxtext.c100 int unicode = 0; in uxtext_quote_append() local
105 unicode = ch; in uxtext_quote_append()
108 unicode = (ch & 0x1f); in uxtext_quote_append()
112 unicode = (ch & 0x0f); in uxtext_quote_append()
116 unicode = (ch & 0x07); in uxtext_quote_append()
120 unicode = (ch & 0x03); in uxtext_quote_append()
124 unicode = (ch & 0x01); in uxtext_quote_append()
133 unicode = unicode << 6 | (ch & 0x3f); in uxtext_quote_append()
136 vstring_sprintf_append(quoted, "\\x{%02X}", unicode); in uxtext_quote_append()
161 int unicode = 0; in uxtext_unquote_append() local
[all …]
/netbsd-src/external/bsd/less/dist/
H A DMakefile.aut106 compose.uni: unicode/UnicodeData.txt
107 ./mkutable -f2 Mn Me -- unicode/UnicodeData.txt > $@
108 fmt.uni: unicode/UnicodeData.txt
109 ./mkutable -f2 Cf -- unicode/UnicodeData.txt > $@
110 ubin.uni: unicode/UnicodeData.txt
111 ./mkutable -f2 Cc Cs Co Zl Zp -- unicode/UnicodeData.txt > $@
112 wide.uni: unicode/EastAsianWidth.txt
113 ./mkutable -f1 W F -- unicode/EastAsianWidth.txt > $@
115 unicode-check:
116 rm -rf unicode-old
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwinduni.c191 unicode_from_ascii (rc_uint_type *length, unichar **unicode, const char *ascii) in unicode_from_ascii() argument
193 unicode_from_codepage (length, unicode, ascii, wind_current_codepage); in unicode_from_ascii()
201 unicode_from_ascii_len (rc_uint_type *length, unichar **unicode, const char *ascii, rc_uint_type a_… in unicode_from_ascii_len() argument
206 *unicode = NULL; in unicode_from_ascii_len()
234 memcpy (utmp, *unicode, idx * sizeof (unichar)); in unicode_from_ascii_len()
236 *unicode = utmp; in unicode_from_ascii_len()
258 memcpy (utmp, *unicode, idx * sizeof (unichar)); in unicode_from_ascii_len()
260 *unicode = utmp; in unicode_from_ascii_len()
271 memcpy (up, *unicode, idx * sizeof (unichar)); in unicode_from_ascii_len()
273 *unicode = up; in unicode_from_ascii_len()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwinduni.c191 unicode_from_ascii (rc_uint_type *length, unichar **unicode, const char *ascii) in unicode_from_ascii() argument
193 unicode_from_codepage (length, unicode, ascii, wind_current_codepage); in unicode_from_ascii()
201 unicode_from_ascii_len (rc_uint_type *length, unichar **unicode, const char *ascii, rc_uint_type a_… in unicode_from_ascii_len() argument
206 *unicode = NULL; in unicode_from_ascii_len()
234 memcpy (utmp, *unicode, idx * sizeof (unichar)); in unicode_from_ascii_len()
236 *unicode = utmp; in unicode_from_ascii_len()
258 memcpy (utmp, *unicode, idx * sizeof (unichar)); in unicode_from_ascii_len()
260 *unicode = utmp; in unicode_from_ascii_len()
271 memcpy (up, *unicode, idx * sizeof (unichar)); in unicode_from_ascii_len()
273 *unicode = up; in unicode_from_ascii_len()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
209 delete [] unicode; in FileOrDirectoryExists()
231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
233 delete [] unicode; in DirectoryExists()
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
322 int result = CreateDirectory(unicode, nullptr) ? 0 : -1; in CreateFolder()
323 delete [] unicode; in CreateFolder()
/netbsd-src/sys/fs/udf/
H A Dudf_osta.c49 unicode_t *unicode) /* (Output) uncompressed unicode characters. */ in udf_UncompressUnicode() argument
76 unicode[unicodeIndex] = in udf_UncompressUnicode()
79 unicode[unicodeIndex] = 0; in udf_UncompressUnicode()
83 unicode[unicodeIndex] |= in udf_UncompressUnicode()
115 unicode_t *unicode, /* (Input) unicode characters to compress. */ in udf_CompressUnicode() argument
134 (unicode[unicodeIndex] & 0xFF00) >> 8; in udf_CompressUnicode()
138 unicode[unicodeIndex] & 0x00FF; in udf_CompressUnicode()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A Dunicode-license.txt4 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
5 http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
6 online code charts under the directory http://www.unicode.org/Public/.
8 the directories http://www.unicode.org/Public/,
9 http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
21 the Terms of Use in http://www.unicode.org/copyright.html.
H A DREADME8 ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
9 ftp://ftp.unicode.org/Public/UNIDATA/EastAsianWidth.txt
10 ftp://ftp.unicode.org/Public/UNIDATA/PropList.txt
13 please see unicode-license.txt for the relevant copyright information.
22 localedata/unicode-gen/unicode_utils.py
23 localedata/unicode-gen/utf8_gen.py
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A Dunicode-license.txt4 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
5 http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
6 online code charts under the directory http://www.unicode.org/Public/.
8 the directories http://www.unicode.org/Public/,
9 http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/.
21 the Terms of Use in http://www.unicode.org/copyright.html.
H A DREADME8 ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
9 ftp://ftp.unicode.org/Public/UNIDATA/EastAsianWidth.txt
10 ftp://ftp.unicode.org/Public/UNIDATA/PropList.txt
13 please see unicode-license.txt for the relevant copyright information.
22 localedata/unicode-gen/unicode_utils.py
23 localedata/unicode-gen/utf8_gen.py
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dssl_ui.c16 BYTE *unicode; in do_ui() local
51 unicode = Trspi_Native_To_UNICODE((BYTE *)pin_buf, string_len); in do_ui()
53 memcpy(string, unicode, *string_len); in do_ui()
54 free(unicode); in do_ui()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dgen-uninames68 (push (make-unicode-char :code (transform code)
197 ;; Compute the word-indices for every unicode-char.
199 (let ((name (unicode-char-name uc))
217 ;; Sort the list of unicode-chars by word-indices.
244 (coerce (unicode-char-word-indices uc) 'list)
284 … (reduce #'max (mapcar (lambda (uc) (length (unicode-char-name uc))) all-chars))
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/
H A Dmatrix.texi165 unicode-han-tra... | |
166 unicode-transla... | |
343 unicode-han-tra... | |
344 unicode-transla... | [] [] |
521 unicode-han-tra... | |
522 unicode-transla... | |
699 unicode-han-tra... | |
700 unicode-transla... | |
877 unicode-han-tra... | | 0
878 unicode-transla... | | 2
/netbsd-src/external/bsd/mdocml/dist/
H A Dchars.c38 int unicode; member
460 return ln != NULL ? ln->unicode : -1; in mchars_spec2cp()
503 if (uc == lines[i].unicode) in mchars_uc2str()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A DMakefile.in56 regs.o scan.o stabs.o symtabs.o table.o trees.o unicode.o
61 scan.o stabs.o symtabs.o trees.o unicode.o
73 $(MIPDIR)/unicode.h
189 unicode.o: $(MIPDIR)/unicode.c
190 $(CC) $(CF0) $(CFLAGS) $(CPPFLAGS) -c -o $@ $(MIPDIR)/unicode.c
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLocale.cpp10 return llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth()
14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
H A DFormattedStream.cpp31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition()
32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
/netbsd-src/share/i18n/csmapper/KOI/
H A DUCS%KOI8-E.src17 # http://www.unicode.org/charts/PDF/U0080.pdf
18 # http://www.unicode.org/charts/PDF/U0400.pdf
19 # http://www.unicode.org/charts/PDF/U2100.pdf
H A DKOI8-E%UCS.src17 # http://www.unicode.org/charts/PDF/U0080.pdf
18 # http://www.unicode.org/charts/PDF/U0400.pdf
19 # http://www.unicode.org/charts/PDF/U2100.pdf
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/Helpers/
H A DStyles.rst30 .. |sect| unicode:: U+00A7
31 .. |hellip| unicode:: U+2026
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d179 $(HTTP www.unicode.org/cldr/utility/properties.jsp, property index) page
181 See $(LREF unicode) for easy and (optionally) compile-time checked set
192 auto set = unicode("Cyrillic") | unicode("Armenian");
194 auto ascii = unicode.ASCII;
195 auto currency = unicode.Currency_Symbol;
249 definition as found in $(HTTP www.unicode.org/versions/Unicode6.2.0/ch03.pdf,
282 $(HTTP www.unicode.org/uni2book/ch03.pdf, Unicode Conformance)).
286 is the algorithm as specified in $(HTTP www.unicode.org/uni2book/ch03.pdf,
2199 auto gothic = unicode.Gothic;
2288 auto lower = unicode.LowerCase;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d178 $(HTTP www.unicode.org/cldr/utility/properties.jsp, property index) page
180 See $(LREF unicode) for easy and (optionally) compile-time checked set
191 auto set = unicode("Cyrillic") | unicode("Armenian");
193 auto ascii = unicode.ASCII;
194 auto currency = unicode.Currency_Symbol;
249 definition as found in $(HTTP www.unicode.org/versions/Unicode6.2.0/ch03.pdf,
282 $(HTTP www.unicode.org/uni2book/ch03.pdf, Unicode Conformance)).
286 is the algorithm as specified in $(HTTP www.unicode.org/uni2book/ch03.pdf,
2216 auto gothic = unicode.Gothic;
2305 auto lower = unicode.LowerCase;
[all …]
/netbsd-src/share/i18n/csmapper/MISC/
H A DMULELAO-1%UCS.src15 # mulelao to unicode table
44 # Table build by looking into the unicode chart,
45 # http://charts.unicode.org/Unicode.charts/normal/U0E80.html
H A DUCS%MULELAO-1.src15 # mulelao to unicode table
44 # Table build by looking into the unicode chart,
45 # http://charts.unicode.org/Unicode.charts/normal/U0E80.html
/netbsd-src/share/i18n/csmapper/ISO-8859/
H A DISO-8859-6%UCS.src57 # <ftp://ftp.unicode.org/Public/MAPPINGS/>
59 # Any comments or problems, contact <errata@unicode.org>
60 # Please note that <errata@unicode.org> is an archival address;

12345678910>>...42