Lines Matching refs:safeDecode

484         dchar safeDecode() @safe pure @nogc nothrow { return safeDecodeViaRead(); }  in EncoderFunctions()
574 dchar safeDecode(S)(ref S s) in EncoderFunctions()
577 return e.safeDecode(); in EncoderFunctions()
1663 if (EncoderInstance!(E).safeDecode(s) == INVALID_SEQUENCE) in validLength()
1700 immutable c = EncoderInstance!(E).safeDecode(t); in immutable()
1714 immutable c = EncoderInstance!(E).safeDecode(t); in immutable()
1749 assert(safeDecode(u) != INVALID_SEQUENCE); in firstSequence()
1857 assert(safeDecode(u) != INVALID_SEQUENCE); in decode()
1906 dchar safeDecode(S)(ref S s) in safeDecode() function
1913 return EncoderInstance!(typeof(s[0])).safeDecode(s);
2569 abstract dchar safeDecode(ref const(ubyte)[] s);
2591 if (safeDecode(s) == INVALID_SEQUENCE) in isValid()
2610 if (safeDecode(s) == INVALID_SEQUENCE) break; in validLength()
2641 immutable c = safeDecode(t); in immutable()
2655 immutable c = safeDecode(t); in immutable()
2681 assert(safeDecode(u) != INVALID_SEQUENCE); in firstSequence()
2815 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
2818 dchar c = std.encoding.safeDecode(t); in safeDecode()
2899 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
2902 dchar c = std.encoding.safeDecode(t); in safeDecode()
2975 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
2978 dchar c = std.encoding.safeDecode(t); in safeDecode()
3043 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
3046 dchar c = std.encoding.safeDecode(t); in safeDecode()
3111 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
3114 dchar c = std.encoding.safeDecode(t); in safeDecode()
3179 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
3182 dchar c = std.encoding.safeDecode(t); in safeDecode()
3253 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
3261 dchar c = std.encoding.safeDecode(t);
3285 dchar dc = efrom.safeDecode(ub);
3349 override dchar safeDecode(ref const(ubyte)[] s) @safe pure nothrow @nogc in safeDecode() function
3357 dchar c = std.encoding.safeDecode(t);
3381 dchar dc = efrom.safeDecode(ub);