Searched defs:toUTF8 (Results 1 – 5 of 5) sorted by relevance
586 char[] toUTF8(char[] buf, dchar c) in toUTF8() function626 string toUTF8(string s) in toUTF8() function638 string toUTF8(in wchar[] s) in toUTF8() function666 string toUTF8(in dchar[] s) in toUTF8() function
586 char[] toUTF8(return scope char[] buf, dchar c) in toUTF8() function626 string toUTF8(return scope string s) in toUTF8() function638 string toUTF8(const scope wchar[] s) in toUTF8() function666 string toUTF8(const scope dchar[] s) in toUTF8() function
37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() function
3623 StringExp *StringExp::toUTF8(Scope *sc) in toUTF8() function
2643 StringExp toUTF8(Scope* sc) in toUTF8() function