CString           171 Source/bindings/v8/ScriptProfiler.cpp         CString url = window->document()->url().string().utf8();
CString           177 Source/bindings/v8/ScriptProfiler.cpp     Vector<CString> m_strings;
CString           407 Source/bindings/v8/V8WindowShell.cpp     CString utf8Token = token.utf8();
CString          4141 Source/core/dom/Document.cpp         CString originalBytes = m_titleElement->textContent().latin1();
CString            51 Source/core/editing/MarkupAccumulator.cpp     const CString& reference;
CString            63 Source/core/editing/MarkupAccumulator.cpp                 const CString& replacement = entityMaps[entityIndex].reference;
CString            75 Source/core/editing/MarkupAccumulator.cpp     DEFINE_STATIC_LOCAL(const CString, ampReference, ("&amp;"));
CString            76 Source/core/editing/MarkupAccumulator.cpp     DEFINE_STATIC_LOCAL(const CString, ltReference, ("&lt;"));
CString            77 Source/core/editing/MarkupAccumulator.cpp     DEFINE_STATIC_LOCAL(const CString, gtReference, ("&gt;"));
CString            78 Source/core/editing/MarkupAccumulator.cpp     DEFINE_STATIC_LOCAL(const CString, quotReference, ("&quot;"));
CString            79 Source/core/editing/MarkupAccumulator.cpp     DEFINE_STATIC_LOCAL(const CString, nbspReference, ("&nbsp;"));
CString            95 Source/core/events/GenericEventQueue.cpp         CString type(event->type().ascii());
CString            54 Source/core/fileapi/FileReader.cpp const CString utf8BlobUUID(Blob* blob)
CString            59 Source/core/fileapi/FileReader.cpp const CString utf8FilePath(Blob* blob)
CString            37 Source/core/html/FormDataList.cpp     CString encodedString = m_encoding.encode(string, WTF::EntitiesForUnencodables);
CString            41 Source/core/html/FormDataList.cpp void FormDataList::appendString(const CString& string)
CString            39 Source/core/html/FormDataList.h         Item(const WTF::CString& data) : m_data(data) { }
CString            42 Source/core/html/FormDataList.h         const WTF::CString& data() const { return m_data; }
CString            49 Source/core/html/FormDataList.h         WTF::CString m_data;
CString            61 Source/core/html/FormDataList.h     void appendData(const String& key, const CString& value)
CString            88 Source/core/html/FormDataList.h     void appendString(const CString&);
CString           407 Source/core/inspector/DOMPatchSupport.cpp     CString cString = string.utf8();
CString           745 Source/core/loader/FrameLoader.cpp     CString encodedSrcdoc = srcdoc.utf8();
CString            85 Source/core/page/PagePopupClient.h     CString str8 = str.utf8();
CString           213 Source/core/page/PageSerializer.cpp     CString frameHTML = textEncoding.normalizeAndEncode(text, WTF::EntitiesForUnencodables);
CString           290 Source/core/page/PageSerializer.cpp         CString text = textEncoding.normalizeAndEncode(textString, WTF::EntitiesForUnencodables);
CString           239 Source/core/rendering/RenderQuote.cpp     CString lowercaseLang = lang.string().lower().utf8();
CString           278 Source/core/xml/XSLStyleSheetLibxslt.cpp             CString importHref = import->href().utf8();
CString           701 Source/core/xml/parser/XMLDocumentParser.cpp PassRefPtr<XMLParserContext> XMLParserContext::createMemoryParser(xmlSAXHandlerPtr handlers, void* userData, const CString& chunk)
CString          1383 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::initializeParserContext(const CString& chunk)
CString          1529 Source/core/xml/parser/XMLDocumentParser.cpp     CString chunkAsUtf8 = chunk.utf8();
CString            53 Source/core/xml/parser/XMLDocumentParser.h         static PassRefPtr<XMLParserContext> createMemoryParser(xmlSAXHandlerPtr, void* userData, const CString& chunk);
CString           142 Source/core/xml/parser/XMLDocumentParser.h         void initializeParserContext(const CString& chunk = CString());
CString            86 Source/modules/encoding/TextEncoder.cpp     CString result;
CString           114 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp     m_openErrorMessage = CString();
CString           144 Source/modules/webdatabase/sqlite/SQLiteDatabase.h     CString m_openErrorMessage;
CString            66 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp     CString query = m_query.stripWhiteSpace().utf8();
CString           130 Source/modules/websockets/MainThreadWebSocketChannel.cpp     CString utf8 = message.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD);
CString           270 Source/modules/websockets/MainThreadWebSocketChannel.cpp     CString handshakeMessage = m_handshake->clientHandshakeMessage();
CString           702 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::enqueueTextFrame(const CString& string)
CString           152 Source/modules/websockets/MainThreadWebSocketChannel.h         CString stringData;
CString           156 Source/modules/websockets/MainThreadWebSocketChannel.h     void enqueueTextFrame(const CString&);
CString           164 Source/modules/websockets/NewWebSocketChannelImpl.cpp         CString data = message.utf8();
CString           112 Source/modules/websockets/NewWebSocketChannelImpl.h         CString text;
CString           486 Source/modules/websockets/WebSocket.cpp         CString utf8 = reason.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD);
CString           109 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     const CString headerValueData = headerValue.utf8();
CString            45 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension");
CString            57 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension;  foo=FOO; bar=BAR; baz");
CString            73 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=FOO;  bar=\"BA\\R\"");
CString            87 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension: foo=FOO");
CString            97 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=");
CString           107 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=\"\"");
CString           117 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("exten\xe0sion");
CString           127 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("exten\bsion");
CString           137 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("exten\tsion");
CString           147 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=\"FOO");
CString           157 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=\"FO\xffO\"");
CString           167 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=\"FO\bO\"");
CString           177 Source/modules/websockets/WebSocketExtensionParserTest.cpp     CString input("extension; foo=\"FO O\"");
CString           123 Source/modules/websockets/WebSocketHandshake.cpp     CString keyData = secWebSocketKey.ascii();
CString           193 Source/modules/websockets/WebSocketHandshake.cpp CString WebSocketHandshake::clientHandshakeMessage() const
CString            73 Source/modules/websockets/WebSocketHandshake.h     CString clientHandshakeMessage() const;
CString            86 Source/platform/SharedBuffer.cpp static CString snippetForBuffer(SharedBuffer* sharedBuffer)
CString            91 Source/platform/SharedBuffer.cpp     CString result = CString::newUninitialized(snippetLength, snippet);
CString           121 Source/platform/SharedBuffer.cpp         CString snippet = snippetForBuffer(buffers[i]);
CString           788 Source/platform/TraceEvent.h static inline void setTraceValue(const WTF::CString& arg, unsigned char* type, unsigned long long* value)
CString           108 Source/platform/blob/BlobData.cpp     CString utf8Text = UTF8Encoding().normalizeAndEncode(text, WTF::EntitiesForUnencodables);
CString            67 Source/platform/exported/WebCString.cpp         WTF::CString::newUninitialized(length, newData).buffer();
CString            87 Source/platform/exported/WebCString.cpp WebCString::WebCString(const WTF::CString& s)
CString            92 Source/platform/exported/WebCString.cpp WebCString& WebCString::operator=(const WTF::CString& s)
CString            98 Source/platform/exported/WebCString.cpp WebCString::operator WTF::CString() const
CString            66 Source/platform/exported/WebURLError.cpp     CString spec = unreachableURL.spec();
CString           145 Source/platform/fonts/FontCache.h     PassRefPtr<SkTypeface> createTypeface(const FontDescription&, const AtomicString& family, CString& name);
CString           127 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h     CString m_family;
CString            44 Source/platform/fonts/linux/FontCacheLinux.cpp     family->name = String::fromUTF8(CString(webFamily.name));
CString           110 Source/platform/fonts/skia/FontCacheSkia.cpp PassRefPtr<SkTypeface> FontCache::createTypeface(const FontDescription& fontDescription, const AtomicString& family, CString& name)
CString           139 Source/platform/fonts/skia/FontCacheSkia.cpp     CString name;
CString           238 Source/platform/fonts/win/FontCacheSkiaWin.cpp     CString name;
CString           149 Source/platform/mhtml/MHTMLArchive.cpp     CString asciiString = stringBuilder.toString().utf8();
CString            64 Source/platform/network/FormData.cpp PassRefPtr<FormData> FormData::create(const CString& string)
CString            97 Source/platform/network/FormData.h     static PassRefPtr<FormData> create(const CString&);
CString            47 Source/platform/network/FormDataBuilder.cpp static inline void append(Vector<char>& buffer, const CString& string)
CString            52 Source/platform/network/FormDataBuilder.cpp static void appendQuotedString(Vector<char>& buffer, const CString& string)
CString           144 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CString& name)
CString           155 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, bool isLastBoundary)
CString           175 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addContentTypeToMultiPartHeader(Vector<char>& buffer, const CString& mimeType)
CString           186 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addKeyValuePairAsFormData(Vector<char>& buffer, const CString& key, const CString& value, FormData::EncodingType encodingType)
CString           203 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::encodeStringAsFormData(Vector<char>& buffer, const CString& string)
CString            40 Source/platform/network/FormDataBuilder.h     static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name);
CString            41 Source/platform/network/FormDataBuilder.h     static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
CString            43 Source/platform/network/FormDataBuilder.h     static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType);
CString            47 Source/platform/network/FormDataBuilder.h     static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value, FormData::EncodingType = FormData::FormURLEncoded);
CString            48 Source/platform/network/FormDataBuilder.h     static void encodeStringAsFormData(Vector<char>&, const CString&);
CString           159 Source/platform/network/ResourceResponse.cpp     data->m_securityInfo = CString(m_securityInfo.data(), m_securityInfo.length());
CString           134 Source/platform/network/ResourceResponse.h     const CString& getSecurityInfo() const { return m_securityInfo; }
CString           135 Source/platform/network/ResourceResponse.h     void setSecurityInfo(const CString& securityInfo) { m_securityInfo = securityInfo; }
CString           229 Source/platform/network/ResourceResponse.h     CString m_securityInfo;
CString           296 Source/platform/network/ResourceResponse.h     CString m_securityInfo;
CString            43 Source/platform/text/LineEnding.cpp     virtual void copy(const CString&) = 0;
CString            49 Source/platform/text/LineEnding.cpp     CStringBuffer(CString& buffer)
CString            58 Source/platform/text/LineEnding.cpp         m_buffer = CString::newUninitialized(size, ptr);
CString            62 Source/platform/text/LineEnding.cpp     virtual void copy(const CString& source) OVERRIDE
CString            67 Source/platform/text/LineEnding.cpp     const CString& buffer() const { return m_buffer; }
CString            70 Source/platform/text/LineEnding.cpp     CString m_buffer;
CString            88 Source/platform/text/LineEnding.cpp     virtual void copy(const CString& source) OVERRIDE
CString            97 Source/platform/text/LineEnding.cpp void internalNormalizeLineEndingsToCRLF(const CString& from, OutputBuffer& buffer)
CString           154 Source/platform/text/LineEnding.cpp void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR);
CString           157 Source/platform/text/LineEnding.cpp void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR)
CString           207 Source/platform/text/LineEnding.cpp CString normalizeLineEndingsToCRLF(const CString& from)
CString           211 Source/platform/text/LineEnding.cpp     CString result;
CString           217 Source/platform/text/LineEnding.cpp void normalizeLineEndingsToCR(const CString& from, Vector<char>& result)
CString           222 Source/platform/text/LineEnding.cpp void normalizeLineEndingsToLF(const CString& from, Vector<char>& result)
CString           227 Source/platform/text/LineEnding.cpp void normalizeLineEndingsToNative(const CString& from, Vector<char>& result)
CString            42 Source/platform/text/LineEnding.h PLATFORM_EXPORT CString normalizeLineEndingsToCRLF(const CString& from);
CString            45 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToCR(const CString& from, Vector<char>& result);
CString            48 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from, Vector<char>& result);
CString            52 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
CString            85 Source/platform/text/LocaleICU.h     CString m_locale;
CString            36 Source/platform/text/TextBreakIteratorInternalICU.cpp     DEFINE_STATIC_LOCAL(const CString, locale, (defaultLanguage().latin1()));
CString           106 Source/platform/weborigin/KURL.cpp         CString encoded = m_encoding->normalizeAndEncode(String(input, inputLength), WTF::URLEncodedEntitiesForUnencodables);
CString           644 Source/platform/weborigin/KURL.cpp     CString utf8 = UTF8Encoding().normalizeAndEncode(notEncodedString, WTF::URLEncodedEntitiesForUnencodables);
CString           202 Source/web/WebEmbeddedWorkerImpl.cpp     CString content("");
CString           126 Source/web/WebPageSerializer.cpp         if (frameURL.protocolIs(static_cast<CString>(supportedSchemes[i]).data())) {
CString           284 Source/web/WebPageSerializerImpl.cpp     CString encodedContent = param->textEncoding.normalizeAndEncode(content, WTF::EntitiesForUnencodables);
CString           202 Source/web/WebSharedWorkerImpl.cpp     CString content("");
CString            93 Source/web/tests/FrameLoaderClientImplTest.cpp         WTF::CString userAgent = m_frameLoaderClientImpl->userAgent(dummyURL).utf8();
CString            37 Source/wtf/Forward.h     class CString;
CString            65 Source/wtf/Forward.h using WTF::CString;
CString            55 Source/wtf/PrintStream.cpp void printInternal(PrintStream& out, const CString& string)
CString            36 Source/wtf/PrintStream.h class CString;
CString           210 Source/wtf/PrintStream.h void printInternal(PrintStream&, const CString&);
CString           213 Source/wtf/PrintStream.h inline void printInternal(PrintStream& out, CString& value) { printInternal(out, static_cast<const CString&>(value)); }
CString            48 Source/wtf/SHA1.h     void addBytes(const CString& input)
CString            80 Source/wtf/StringExtrasTest.cpp     CString minStringData = String::number(min).latin1();
CString            85 Source/wtf/StringExtrasTest.cpp     CString maxStringData = String::number(max).latin1();
CString            99 Source/wtf/StringExtrasTest.cpp         CString numberStringData = String::number(number).latin1();
CString            45 Source/wtf/testing/WTFTestHelpersTest.cpp CString toCStringThroughPrinter(const String& string)
CString            50 Source/wtf/testing/WTFTestHelpersTest.cpp     return CString(result.data(), result.length());
CString            55 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"Hello!\""), toCStringThroughPrinter("Hello!"));
CString            56 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\\"\""), toCStringThroughPrinter("\""));
CString            57 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\\\\""), toCStringThroughPrinter("\\"));
CString            58 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0000\\u0001\\u0002\\u0003\\u0004\\u0005\\u0006\\u0007\""), toCStringThroughPrinter(String("\x00\x01\x02\x03\x04\x05\x06\x07", 8)));
CString            59 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0008\\t\\n\\u000B\\u000C\\r\\u000E\\u000F\""), toCStringThroughPrinter(String("\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F", 8)));
CString            60 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0010\\u0011\\u0012\\u0013\\u0014\\u0015\\u0016\\u0017\""), toCStringThroughPrinter(String("\x10\x11\x12\x13\x14\x15\x16\x17", 8)));
CString            61 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u0018\\u0019\\u001A\\u001B\\u001C\\u001D\\u001E\\u001F\""), toCStringThroughPrinter(String("\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F", 8)));
CString            62 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u007F\\u0080\\u0081\""), toCStringThroughPrinter("\x7F\x80\x81"));
CString            63 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\""), toCStringThroughPrinter(emptyString()));
CString            64 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("<null>"), toCStringThroughPrinter(String()));
CString            67 Source/wtf/testing/WTFTestHelpersTest.cpp     EXPECT_EQ(CString("\"\\u30C6\\u30B9\\u30C8\""), toCStringThroughPrinter(String(unicodeSample, WTF_ARRAY_LENGTH(unicodeSample))));
CString           163 Source/wtf/text/AtomicString.h     CString ascii() const { return m_string.ascii(); }
CString           164 Source/wtf/text/AtomicString.h     CString latin1() const { return m_string.latin1(); }
CString           165 Source/wtf/text/AtomicString.h     CString utf8(UTF8ConversionMode mode = LenientUTF8Conversion) const { return m_string.utf8(mode); }
CString            49 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const CString&, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs);
CString            52 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const CString&, Base64EncodePolicy = Base64DoNotInsertLFs);
CString            64 Source/wtf/text/Base64.h inline void base64Encode(const CString& in, Vector<char>& out, Base64EncodePolicy policy)
CString            74 Source/wtf/text/Base64.h inline String base64Encode(const CString& in, Base64EncodePolicy policy)
CString            53 Source/wtf/text/CString.cpp CString::CString(const char* str)
CString            61 Source/wtf/text/CString.cpp CString::CString(const char* str, size_t length)
CString            71 Source/wtf/text/CString.cpp void CString::init(const char* str, size_t length)
CString            80 Source/wtf/text/CString.cpp char* CString::mutableData()
CString            88 Source/wtf/text/CString.cpp CString CString::newUninitialized(size_t length, char*& characterBuffer)
CString            90 Source/wtf/text/CString.cpp     CString result;
CString            98 Source/wtf/text/CString.cpp void CString::copyBufferIfNeeded()
CString           109 Source/wtf/text/CString.cpp bool CString::isSafeToSendToAnotherThread() const
CString           114 Source/wtf/text/CString.cpp bool operator==(const CString& a, const CString& b)
CString           123 Source/wtf/text/CString.cpp bool operator==(const CString& a, const char* b)
CString            43 Source/wtf/text/CString.h     friend class CString;
CString            59 Source/wtf/text/CString.h class WTF_EXPORT CString {
CString            61 Source/wtf/text/CString.h     CString() { }
CString            62 Source/wtf/text/CString.h     CString(const char*);
CString            63 Source/wtf/text/CString.h     CString(const char*, size_t length);
CString            64 Source/wtf/text/CString.h     CString(CStringBuffer* buffer) : m_buffer(buffer) { }
CString            65 Source/wtf/text/CString.h     static CString newUninitialized(size_t length, char*& characterBuffer);
CString            88 Source/wtf/text/CString.h WTF_EXPORT bool operator==(const CString& a, const CString& b);
CString            89 Source/wtf/text/CString.h inline bool operator!=(const CString& a, const CString& b) { return !(a == b); }
CString            90 Source/wtf/text/CString.h WTF_EXPORT bool operator==(const CString& a, const char* b);
CString            91 Source/wtf/text/CString.h inline bool operator!=(const CString& a, const char* b) { return !(a == b); }
CString            95 Source/wtf/text/CString.h using WTF::CString;
CString            35 Source/wtf/text/CStringTest.cpp     CString string;
CString            40 Source/wtf/text/CStringTest.cpp     CString stringFromCharPointer(static_cast<const char*>(0));
CString            45 Source/wtf/text/CStringTest.cpp     CString stringFromCharAndLength(static_cast<const char*>(0), 0);
CString            54 Source/wtf/text/CStringTest.cpp     CString string(emptyString);
CString            59 Source/wtf/text/CStringTest.cpp     CString stringWithLength(emptyString, 0);
CString            69 Source/wtf/text/CStringTest.cpp     CString string(referenceString);
CString            74 Source/wtf/text/CStringTest.cpp     CString stringWithLength(referenceString, 6);
CString            83 Source/wtf/text/CStringTest.cpp     CString emptyString = CString::newUninitialized(0, buffer);
CString            89 Source/wtf/text/CStringTest.cpp     CString uninitializedString = CString::newUninitialized(length, buffer);
CString            98 Source/wtf/text/CStringTest.cpp     CString stringWithLength(referenceString, 3);
CString           105 Source/wtf/text/CStringTest.cpp     CString string(initialString);
CString           106 Source/wtf/text/CStringTest.cpp     CString copy = string;
CString           117 Source/wtf/text/CStringTest.cpp     CString a;
CString           118 Source/wtf/text/CStringTest.cpp     CString b;
CString           122 Source/wtf/text/CStringTest.cpp     b = CString();
CString           142 Source/wtf/text/CStringTest.cpp     b = CString();
CString           151 Source/wtf/text/CStringTest.cpp     CString c;
CString           159 Source/wtf/text/CStringTest.cpp     c = CString();
CString           187 Source/wtf/text/CStringTest.cpp     c = CString();
CString            77 Source/wtf/text/StringUTF8Adaptor.h     CString m_utf8Buffer;
CString            88 Source/wtf/text/TextCodec.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) = 0;
CString            89 Source/wtf/text/TextCodec.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) = 0;
CString           480 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling)
CString           502 Source/wtf/text/TextCodecICU.cpp         return CString();
CString           518 Source/wtf/text/TextCodecICU.cpp     return CString(result.data(), size);
CString           522 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling)
CString           530 Source/wtf/text/TextCodecICU.cpp         return CString();
CString           536 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling)
CString           541 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encode(const LChar* characters, size_t length, UnencodableHandling handling)
CString            52 Source/wtf/text/TextCodecICU.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            53 Source/wtf/text/TextCodecICU.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            56 Source/wtf/text/TextCodecICU.h     CString encodeCommon(const CharType*, size_t length, UnencodableHandling);
CString            57 Source/wtf/text/TextCodecICU.h     CString encodeInternal(const TextCodecInput&, UnencodableHandling);
CString           216 Source/wtf/text/TextCodecLatin1.cpp static CString encodeComplexWindowsLatin1(const CharType* characters, size_t length, UnencodableHandling handling)
CString           245 Source/wtf/text/TextCodecLatin1.cpp     return CString(bytes, resultLength);
CString           249 Source/wtf/text/TextCodecLatin1.cpp CString TextCodecLatin1::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling)
CString           253 Source/wtf/text/TextCodecLatin1.cpp         CString string = CString::newUninitialized(length, bytes);
CString           271 Source/wtf/text/TextCodecLatin1.cpp CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling)
CString           276 Source/wtf/text/TextCodecLatin1.cpp CString TextCodecLatin1::encode(const LChar* characters, size_t length, UnencodableHandling handling)
CString            40 Source/wtf/text/TextCodecLatin1.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            41 Source/wtf/text/TextCodecLatin1.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            44 Source/wtf/text/TextCodecLatin1.h     CString encodeCommon(const CharType*, size_t length, UnencodableHandling);
CString           135 Source/wtf/text/TextCodecUTF16.cpp CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling)
CString           146 Source/wtf/text/TextCodecUTF16.cpp     CString result = CString::newUninitialized(length * 2, bytes);
CString           167 Source/wtf/text/TextCodecUTF16.cpp CString TextCodecUTF16::encode(const LChar* characters, size_t length, UnencodableHandling)
CString           173 Source/wtf/text/TextCodecUTF16.cpp     CString result = CString::newUninitialized(length * 2, bytes);
CString            41 Source/wtf/text/TextCodecUTF16.h         virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            42 Source/wtf/text/TextCodecUTF16.h         virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
CString           429 Source/wtf/text/TextCodecUTF8.cpp CString TextCodecUTF8::encodeCommon(const CharType* characters, size_t length)
CString           450 Source/wtf/text/TextCodecUTF8.cpp     return CString(reinterpret_cast<char*>(bytes.data()), bytesWritten);
CString           453 Source/wtf/text/TextCodecUTF8.cpp CString TextCodecUTF8::encode(const UChar* characters, size_t length, UnencodableHandling)
CString           458 Source/wtf/text/TextCodecUTF8.cpp CString TextCodecUTF8::encode(const LChar* characters, size_t length, UnencodableHandling)
CString            43 Source/wtf/text/TextCodecUTF8.h     virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            44 Source/wtf/text/TextCodecUTF8.h     virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            47 Source/wtf/text/TextCodecUTF8.h     CString encodeCommon(const CharType* characters, size_t length);
CString            66 Source/wtf/text/TextCodecUserDefined.cpp static CString encodeComplexUserDefined(const CharType* characters, size_t length, UnencodableHandling handling)
CString            89 Source/wtf/text/TextCodecUserDefined.cpp     return CString(bytes, resultLength);
CString            93 Source/wtf/text/TextCodecUserDefined.cpp CString TextCodecUserDefined::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling)
CString            96 Source/wtf/text/TextCodecUserDefined.cpp     CString result = CString::newUninitialized(length, bytes);
CString           113 Source/wtf/text/TextCodecUserDefined.cpp CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling)
CString           118 Source/wtf/text/TextCodecUserDefined.cpp CString TextCodecUserDefined::encode(const LChar* characters, size_t length, UnencodableHandling handling)
CString            40 Source/wtf/text/TextCodecUserDefined.h         virtual CString encode(const UChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            41 Source/wtf/text/TextCodecUserDefined.h         virtual CString encode(const LChar*, size_t length, UnencodableHandling) OVERRIDE;
CString            44 Source/wtf/text/TextCodecUserDefined.h         CString encodeCommon(const CharType*, size_t length, UnencodableHandling);
CString            66 Source/wtf/text/TextEncoding.cpp CString TextEncoding::encode(const String& string, UnencodableHandling handling) const
CString            69 Source/wtf/text/TextEncoding.cpp         return CString();
CString            75 Source/wtf/text/TextEncoding.cpp     CString encodedString;
CString            83 Source/wtf/text/TextEncoding.cpp CString TextEncoding::normalizeAndEncode(const String& string, UnencodableHandling handling) const
CString            86 Source/wtf/text/TextEncoding.cpp         return CString();
CString            56 Source/wtf/text/TextEncoding.h     CString encode(const String&, UnencodableHandling) const;
CString            59 Source/wtf/text/TextEncoding.h     CString normalizeAndEncode(const String&, UnencodableHandling) const;
CString           722 Source/wtf/text/WTFString.cpp CString String::ascii() const
CString           730 Source/wtf/text/WTFString.cpp         return CString::newUninitialized(length, characterBuffer);
CString           737 Source/wtf/text/WTFString.cpp         CString result = CString::newUninitialized(length, characterBuffer);
CString           750 Source/wtf/text/WTFString.cpp     CString result = CString::newUninitialized(length, characterBuffer);
CString           760 Source/wtf/text/WTFString.cpp CString String::latin1() const
CString           768 Source/wtf/text/WTFString.cpp         return CString("", 0);
CString           771 Source/wtf/text/WTFString.cpp         return CString(reinterpret_cast<const char*>(this->characters8()), length);
CString           776 Source/wtf/text/WTFString.cpp     CString result = CString::newUninitialized(length, characterBuffer);
CString           795 Source/wtf/text/WTFString.cpp CString String::utf8(UTF8ConversionMode mode) const
CString           800 Source/wtf/text/WTFString.cpp         return CString("", 0);
CString           813 Source/wtf/text/WTFString.cpp         return CString();
CString           851 Source/wtf/text/WTFString.cpp                 return CString();
CString           857 Source/wtf/text/WTFString.cpp                     return CString();
CString           871 Source/wtf/text/WTFString.cpp     return CString(bufferVector.data(), buffer - bufferVector.data());
CString           933 Source/wtf/text/WTFString.cpp String String::fromUTF8(const CString& s)
CString            40 Source/wtf/text/WTFString.h class CString;
CString           190 Source/wtf/text/WTFString.h     CString ascii() const;
CString           191 Source/wtf/text/WTFString.h     CString latin1() const;
CString           192 Source/wtf/text/WTFString.h     CString utf8(UTF8ConversionMode = LenientUTF8Conversion) const;
CString           413 Source/wtf/text/WTFString.h     static String fromUTF8(const CString&);
CString           676 Source/wtf/text/WTFString.h using WTF::CString;
CString            47 Source/wtf/text/WTFStringTest.cpp     CString output;
CString            64 Source/wtf/text/WTFStringTest.cpp     CString numberString = String::numberToStringECMAScript(number).latin1();
CString            45 public/platform/WebCString.h class CString;
CString            95 public/platform/WebCString.h     BLINK_COMMON_EXPORT WebCString(const WTF::CString&);
CString            96 public/platform/WebCString.h     BLINK_COMMON_EXPORT WebCString& operator=(const WTF::CString&);
CString            97 public/platform/WebCString.h     BLINK_COMMON_EXPORT operator WTF::CString() const;