Home
last modified time | relevance | path

Searched refs:encodeTo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8685 private size_t encodeTo(scope char[] buf, size_t idx, dchar c) @trusted pure nothrow @nogc in encodeTo() function
8722 i = encodeTo(s, i, 'X');
8725 i = encodeTo(s, i, cast(dchar)'\u00A9');
8730 private size_t encodeTo(scope wchar[] buf, size_t idx, dchar c) @trusted pure in encodeTo() function
8751 private size_t encodeTo(scope dchar[] buf, size_t idx, dchar c) @trusted pure nothrow @nogc in encodeTo() function
8806 destIdx = encodeTo(s, destIdx, cased);
8902 destIdx = encodeTo(ns, destIdx, cased); in toCaseInPlaceAlloc()
8913 destIdx = encodeTo(ns, destIdx, cast(dchar)(val & 0xFF_FFFF)); in toCaseInPlaceAlloc()
8915 destIdx = encodeTo(ns, destIdx, tableFn(j)); in toCaseInPlaceAlloc()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9510 private size_t encodeTo(scope char[] buf, size_t idx, dchar c) @trusted pure nothrow @nogc
9547 i = encodeTo(s, i, 'X');
9550 i = encodeTo(s, i, cast(dchar)'\u00A9');
9555 private size_t encodeTo(scope wchar[] buf, size_t idx, dchar c) @trusted pure
9576 private size_t encodeTo(scope dchar[] buf, size_t idx, dchar c) @trusted pure nothrow @nogc
9631 destIdx = encodeTo(s, destIdx, cased);
9727 destIdx = encodeTo(ns, destIdx, cased);
9738 destIdx = encodeTo(ns, destIdx, cast(dchar)(val & 0xFF_FFFF));
9740 destIdx = encodeTo(ns, destIdx, tableFn(j));