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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/
H A D66855.cc29 char utf8[16]; local
32 auto res = cvt.out(st, utf16, utf16+4, nf16, utf8, utf8+16, nt8);
39 res = cvt.in(st, utf8, nf8, nf8, buf, buf+4, nt16);
55 char utf8[16]; local
58 auto res = cvt.out(st, utf16, utf16+4, nf16, utf8, utf8+16, nt8);
65 res = cvt.in(st, utf8, nf8, nf8, buf, buf+4, nt16);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dutf.go11 import "unicode/utf8"
28 r, w = utf8.DecodeRuneInString(s[i:len(s)])
57 r, w = utf8.DecodeRune(a[i:L])
H A Dalias.go15 "unicode/utf8"
32 utf8.RuneStart(x) // ERROR "byte"
H A Dstringrange.go14 "unicode/utf8"
26 r, size := utf8.DecodeRuneInString(s[i:len(s)]) // check it another way
61 if c != 'a' && c != utf8.RuneError {
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dnps400-6.d224 404: 3c22 150a utf8 r10,r12,r20
225 408: 3e22 7500 1234 5678 utf8 r0,0x12345678,r20
226 410: 3f22 0f86 ffff ffff utf8 r6,r7,0xffffffff
227 418: 3e22 7f88 ffff ffff utf8 r8,0xffffffff,0xffffffff
228 420: 3e22 137e utf8 0,r14,r13
229 424: 3e22 72be ffff ffff utf8 0,0xffffffff,r10
230 42c: 3c22 1fbe ffff ffff utf8 0,r12,0xffffffff
231 434: 3d62 0044 utf8 r4,r5,0x1
232 438: 3e62 7083 1234 5678 utf8 r3,0x12345678,0x2
233 440: 3962 013e utf8
[all...]
H A Dnps400-6.s166 csma_like_test utf8
167 csma_like_test utf8.f
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dgjavah.c915 print_include (out, utf8, len)
917 unsigned char *utf8;
926 len = strlen (utf8);
932 && ! strncmp (incl->name, utf8, len))
938 strncpy (incl->name, utf8, len);
944 jcf_print_utf8 (out, utf8, len);
/haiku-buildtools/gcc/gcc/java/
H A Djcf-parse.c563 tree utf8 = get_constant (jcf, index);
571 utf8 = unmangle_classname (IDENTIFIER_POINTER(utf8),
572 IDENTIFIER_LENGTH(utf8));
573 index = alloc_name_constant (kind, utf8);
1111 const unsigned char *utf8;
1115 utf8 = (const unsigned char *) utf8_ptr;
1119 int char_len = UT8_CHAR_LENGTH (*utf8);
1123 utf8 += char_len;
560 tree utf8 = get_constant (jcf, index); local
1107 const unsigned char *utf8; local
H A Dclass.c1559 tree utf8 local
1563 e->value = utf8;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/stress/
H A Dparsego.go218 "unicode/utf8",
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/garbage/
H A Dparser.go278 "unicode/utf8",
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h2995 utf8; member in struct:_uconv_t
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c12933 bool utf8 = false;
13135 utf8 = true;
13188 if (utf8 || TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (string_tree)))
12931 bool utf8 = false; local
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex8362 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex8095 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex8366 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex9040 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex9040 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex9077 % This code to support UTF-8 is based on LaTeX's utf8.def, with some

Completed in 510 milliseconds