| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | utf.d | 586 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 D | dassert.d | 243 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 D | utf.d | 586 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 D | DJB.cpp | 37 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 D | aApply.d | 13 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 D | aApplyR.d | 277 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 D | adi.d | 50 auto t = toUTF8(buf, d); in _adSortChar()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
| H A D | aApply.d | 13 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 D | aApplyR.d | 267 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 D | staticassert.c | 77 se = se->toUTF8(sc); in semantic2()
|
| H A D | attrib.c | 971 se = se->toUTF8(sc); in semantic() 1591 se = se->toUTF8(sc); in compileIt()
|
| H A D | statement.c | 512 se = se->toUTF8(sc); in flatten()
|
| H A D | traits.c | 747 se = se->toUTF8(sc); in semanticTraits()
|
| H A D | expression.h | 370 StringExp *toUTF8(Scope *sc);
|
| H A D | expressionsem.c | 2337 se = se->toUTF8(sc); in visit() 2361 se = se->toUTF8(sc); in visit()
|
| H A D | statementsem.c | 2075 se = se->toUTF8(sc); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | utf.d | 25 $(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 D | process.d | 3512 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 D | traits.d | 963 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 D | objc.d | 562 fd.objc.selector = ObjcSelector.lookup(se.toUTF8(sc).peekString().ptr); in setSelector()
|
| H A D | semantic2.d | 123 const slice = se.toUTF8(sc).peekString(); in visit()
|
| H A D | expression.h | 382 StringExp *toUTF8(Scope *sc);
|
| H A D | statementsem.d | 2015 const slice = se.toUTF8(sc).peekString(); in package()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | utf.d | 26 $(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 D | process.d | 421 immutable name = toUTF8(toUpper(envBlock[start .. i])); 437 auto val = toUTF8(envBlock[start .. i]);
|