Lines Matching refs:EString
838 @property EString replacementSequence() @safe pure @nogc nothrow in GenericEncoder()
840 return cast(EString)("?"); in GenericEncoder()
858 alias EString = AsciiString; variable
918 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
920 return cast(EString)("?"); in replacementSequence()
941 alias EString = Latin1String; variable
994 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
996 return cast(EString)("?"); in replacementSequence()
1020 alias EString = Latin2String; variable
1100 alias EString = Windows1250String; variable
1193 alias EString = Windows1251String; variable
1288 alias EString = Windows1252String; variable
1326 alias EString = immutable(char)[]; variable
1477 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
1492 alias EString = immutable(wchar)[]; variable
1574 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
1589 alias EString = immutable(dchar)[]; variable
1642 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()