Searched refs:utf8 (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/gnu/usr.bin/groff/font/devutf8/
H A DMakefile3 DEV= utf8
/freebsd-11-stable/contrib/dialog/samples/
H A Dinputbox6-utf82 # $Id: inputbox6-utf8,v 1.9 2013/09/24 00:06:02 tom Exp $
8 . ./setup-utf8
H A Dmenubox-utf82 # $Id: menubox-utf8,v 1.10 2010/01/13 10:20:03 tom Exp $
8 . ./setup-utf8
H A Dmsgbox-utf82 # $Id: msgbox-utf8,v 1.1 2011/01/18 00:25:30 tom Exp $
7 . ./setup-utf8
H A Dyesno-utf82 # $Id: yesno-utf8,v 1.7 2010/01/14 01:11:23 tom Exp $
6 . ./setup-utf8
H A Dchecklist-utf82 # $Id: checklist-utf8,v 1.12 2010/01/13 10:20:03 tom Exp $
8 . ./setup-utf8
H A Dmsgbox4-utf82 # $Id: msgbox4-utf8,v 1.10 2010/01/13 10:20:03 tom Exp $
6 . ./setup-utf8
H A Deditbox-utf82 # $Id: editbox-utf8,v 1.9 2010/01/13 10:20:03 tom Exp $
8 . ./setup-utf8
H A Dform1-utf82 # $Id: form1-utf8,v 1.7 2010/01/13 10:47:35 tom Exp $
6 . ./setup-utf8
H A Dpasswordform1-utf82 # $Id: passwordform1-utf8,v 1.7 2010/01/13 10:47:35 tom Exp $
6 . ./setup-utf8
/freebsd-11-stable/crypto/openssh/regress/unittests/
H A DMakefile4 SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggencoding.d17 #pragma D option encoding=utf8
H A Dtst.aggpackbanner.ksh64 dtrace -qs /dev/stdin -x encoding=utf8 <<EOF
72 dtrace -qs /dev/stdin -x encoding=utf8 -x aggzoom <<EOF
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dneqn.sh9 T=utf8 ;;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c255 struct archive_string utf8; local
275 archive_string_init(&utf8);
359 &utf8, utf8_nfd, f_sconv8));
362 assertEqualUTF8String(utf8_nfc, utf8.s);
368 &utf8, utf8_nfc, f_sconv8));
371 assertEqualUTF8String(utf8_nfc, utf8.s);
377 &utf8, utf8_nfc, t_sconv8));
380 assertEqualUTF8String(utf8_nfc, utf8.s);
386 &utf8, utf16be_nfd, 100000, f_sconv16be));
389 assertEqualUTF8String(utf8_nfc, utf8
466 struct archive_string utf8; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/cut/
H A Dt_cut.sh106 atf_test_case utf8
129 atf_add_test_case utf8
/freebsd-11-stable/contrib/groff/font/devutf8/
H A DMakefile.sub1 DEV=utf8
/freebsd-11-stable/crypto/openssh/regress/unittests/utf8/
H A Dtests.c3 * Regress test for the utf8.h *mprintf() API
16 #include "utf8.h"
34 one(int utf8, const char *name, const char *mbs, int width, argument
43 (void)strlcpy(buf, utf8 ? "utf8_" : "c_", sizeof(buf));
/freebsd-11-stable/usr.sbin/efivar/
H A Defiutil.c79 char *utf8 = NULL; local
89 ucs2_to_utf8(ucs2, &utf8);
90 printf("%s\n", utf8);
91 free(utf8);
/freebsd-11-stable/kerberos5/lib/libwind/
H A DMakefile25 utf8.c
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h292 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
294 std::error_code CurCPToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
296 SmallVectorImpl<char> &utf8);
299 SmallVectorImpl<char> &utf8);
/freebsd-11-stable/share/i18n/esdb/UTF/
H A DMakefile28 UTF-8-var= utf8
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.h234 int archive_mstring_copy_utf8(struct archive_mstring *, const char *utf8);
240 int archive_mstring_update_utf8(struct archive *, struct archive_mstring *aes, const char *utf8);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmltok.c1314 char utf8[256][4]; member in struct:unknown_encoding
1355 const char *utf8; local
1359 utf8 = uenc->utf8[(unsigned char)**fromP];
1360 n = *utf8++;
1366 utf8 = buf;
1374 memcpy(*toP, utf8, n);
1416 e->utf8[i][0] = 1;
1417 e->utf8[i][1] = 0;
1425 e->utf8[
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.am38 utf8.c
77 test-utf8

Completed in 148 milliseconds

123