encodeCommon      538 Source/wtf/text/TextCodecICU.cpp     return encodeCommon(characters, length, handling);
encodeCommon      543 Source/wtf/text/TextCodecICU.cpp     return encodeCommon(characters, length, handling);
encodeCommon       56 Source/wtf/text/TextCodecICU.h     CString encodeCommon(const CharType*, size_t length, UnencodableHandling);
encodeCommon      273 Source/wtf/text/TextCodecLatin1.cpp     return encodeCommon(characters, length, handling);
encodeCommon      278 Source/wtf/text/TextCodecLatin1.cpp     return encodeCommon(characters, length, handling);
encodeCommon       44 Source/wtf/text/TextCodecLatin1.h     CString encodeCommon(const CharType*, size_t length, UnencodableHandling);
encodeCommon      455 Source/wtf/text/TextCodecUTF8.cpp     return encodeCommon(characters, length);
encodeCommon      460 Source/wtf/text/TextCodecUTF8.cpp     return encodeCommon(characters, length);
encodeCommon       47 Source/wtf/text/TextCodecUTF8.h     CString encodeCommon(const CharType* characters, size_t length);
encodeCommon      115 Source/wtf/text/TextCodecUserDefined.cpp     return encodeCommon(characters, length, handling);
encodeCommon      120 Source/wtf/text/TextCodecUserDefined.cpp     return encodeCommon(characters, length, handling);
encodeCommon       44 Source/wtf/text/TextCodecUserDefined.h         CString encodeCommon(const CharType*, size_t length, UnencodableHandling);