Home
last modified time | relevance | path

Searched defs:toUTF8 (Results 1 – 5 of 5) sorted by relevance

/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
/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDJB.cpp37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c3623 StringExp *StringExp::toUTF8(Scope *sc) in toUTF8() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d2643 StringExp toUTF8(Scope* sc) in toUTF8() function