Lines Matching refs:EString
780 @property EString replacementSequence() @safe pure @nogc nothrow in GenericEncoder()
782 return cast(EString)("?"); in GenericEncoder()
800 alias EString = AsciiString; variable
860 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
862 return cast(EString)("?"); in replacementSequence()
883 alias EString = Latin1String; variable
936 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
938 return cast(EString)("?"); in replacementSequence()
962 alias EString = Latin2String; variable
1042 alias EString = Windows1250String; variable
1135 alias EString = Windows1252String; variable
1173 alias EString = immutable(char)[]; variable
1324 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
1339 alias EString = immutable(wchar)[]; variable
1421 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()
1436 alias EString = immutable(dchar)[]; variable
1489 @property EString replacementSequence() @safe pure nothrow @nogc in replacementSequence()