Home
last modified time | relevance | path

Searched refs:toUTF8 (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dutf.d586 char[] toUTF8(return scope char[] buf, dchar c) in toUTF8() function
626 string toUTF8(return scope string s) in toUTF8() function
638 string toUTF8(const scope wchar[] s) in toUTF8() function
666 string toUTF8(const scope dchar[] s) in toUTF8() function
889 c = toUTF8(w);
894 c = toUTF8(d);
906 c = toUTF8(w);
911 c = toUTF8(d);
925 c = toUTF8(w);
930 c = toUTF8(d);
H A Ddassert.d243 import core.internal.utf: isValidDchar, toUTF8; in miniFormat()
247 return toUTF8(['\'', v, '\'']); in miniFormat()
359 import core.internal.utf: toUTF8; in miniFormat()
360 return toUTF8(s); in miniFormat()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
H A Dutf.d586 char[] toUTF8(char[] buf, dchar c) in toUTF8() function
626 string toUTF8(string s) in toUTF8() function
638 string toUTF8(in wchar[] s) in toUTF8() function
666 string toUTF8(in dchar[] s) in toUTF8() function
871 c = toUTF8(w);
876 c = toUTF8(d);
888 c = toUTF8(w);
893 c = toUTF8(d);
907 c = toUTF8(w);
912 c = toUTF8(d);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDJB.cpp37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() function
78 StringRef Folded = toUTF8(C, Storage); in caseFoldingDjbHash()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A DaApply.d13 private import rt.util.utf : decode, toUTF8;
234 auto b = toUTF8(buf, d); in _aApplywc1()
312 auto b = toUTF8(buf, d); in _aApplydc1()
687 auto b = toUTF8(buf, d); in _aApplywc2()
769 auto b = toUTF8(buf, d); in _aApplydc2()
H A DaApplyR.d277 auto b = toUTF8(buf, d); in _aApplyRwc1()
353 auto b = toUTF8(buf, d); in _aApplyRdc1()
746 auto b = toUTF8(buf, d); in _aApplyRwc2()
824 auto b = toUTF8(buf, d); in _aApplyRdc2()
H A Dadi.d50 auto t = toUTF8(buf, d); in _adSortChar()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaApply.d13 import core.internal.utf : decode, toUTF8;
234 auto b = toUTF8(buf, d); in _aApplywc1()
312 auto b = toUTF8(buf, d); in _aApplydc1()
687 auto b = toUTF8(buf, d); in _aApplywc2()
769 auto b = toUTF8(buf, d); in _aApplydc2()
H A DaApplyR.d267 auto b = toUTF8(buf, d); in _aApplyRwc1()
343 auto b = toUTF8(buf, d); in _aApplyRdc1()
736 auto b = toUTF8(buf, d); in _aApplyRwc2()
814 auto b = toUTF8(buf, d); in _aApplyRdc2()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticassert.c77 se = se->toUTF8(sc); in semantic2()
H A Dattrib.c971 se = se->toUTF8(sc); in semantic()
1591 se = se->toUTF8(sc); in compileIt()
H A Dstatement.c512 se = se->toUTF8(sc); in flatten()
H A Dtraits.c747 se = se->toUTF8(sc); in semanticTraits()
H A Dexpression.h370 StringExp *toUTF8(Scope *sc);
H A Dexpressionsem.c2337 se = se->toUTF8(sc); in visit()
2361 se = se->toUTF8(sc); in visit()
H A Dstatementsem.c2075 se = se->toUTF8(sc); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d25 $(LREF toUTF8)
3103 assert(toUTF8 ("hello"w) == "hello");
3105 assert(toUTF8 ("hello"d) == "hello");
3110 assert(toUTF8 ("hel\u1234o"w) == "hel\u1234o");
3112 assert(toUTF8 ("hel\u1234o"d) == "hel\u1234o");
3117 assert(toUTF8 ("he\U0010AAAAllo"w) == "he\U0010AAAAllo");
3119 assert(toUTF8 ("he\U0010AAAAllo"d) == "he\U0010AAAAllo");
H A Dprocess.d3512 immutable name = toUTF8(toUpper(envBlock[start .. i]));
3528 auto val = toUTF8(envBlock[start .. i]);
3593 value = toUTF8(buf[0 .. lenRead]);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d963 Type t = decoToType(se.toUTF8(sc).peekString()); in semanticTraits()
1008 se = se.toUTF8(sc); in semanticTraits()
1936 se = se.toUTF8(sc); in semanticTraits()
H A Dobjc.d562 fd.objc.selector = ObjcSelector.lookup(se.toUTF8(sc).peekString().ptr); in setSelector()
H A Dsemantic2.d123 const slice = se.toUTF8(sc).peekString(); in visit()
H A Dexpression.h382 StringExp *toUTF8(Scope *sc);
H A Dstatementsem.d2015 const slice = se.toUTF8(sc).peekString(); in package()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dutf.d26 $(LREF toUTF8)
3383 assert(toUTF8 ("hello"w) == "hello");
3385 assert(toUTF8 ("hello"d) == "hello");
3390 assert(toUTF8 ("hel\u1234o"w) == "hel\u1234o");
3392 assert(toUTF8 ("hel\u1234o"d) == "hel\u1234o");
3397 assert(toUTF8 ("he\U0010AAAAllo"w) == "he\U0010AAAAllo");
3399 assert(toUTF8 ("he\U0010AAAAllo"d) == "he\U0010AAAAllo");
H A Dprocess.d421 immutable name = toUTF8(toUpper(envBlock[start .. i]));
437 auto val = toUTF8(envBlock[start .. i]);

12