utf8              171 Source/bindings/v8/ScriptProfiler.cpp         CString url = window->document()->url().string().utf8();
utf8              127 Source/bindings/v8/V8NPUtils.cpp     v8::String::Utf8Value utf8(str);
utf8              128 Source/bindings/v8/V8NPUtils.cpp     return _NPN_GetStringIdentifier(*utf8);
utf8              208 Source/bindings/v8/V8PerContextData.cpp     v8::String::Utf8Value utf8(data);
utf8              209 Source/bindings/v8/V8PerContextData.cpp     char* comma = strnstr(*utf8, ",", utf8.length());
utf8              407 Source/bindings/v8/V8WindowShell.cpp     CString utf8Token = token.utf8();
utf8               50 Source/core/animation/AnimatableValueTestHelper.cpp         << animColor.color().serialized().utf8().data() << ", "
utf8               51 Source/core/animation/AnimatableValueTestHelper.cpp         << animColor.visitedLinkColor().serialized().utf8().data() << ")";
utf8              121 Source/core/animation/AnimatableValueTestHelper.cpp         << animSVGLength.toSVGLength()->valueAsString().utf8().data() << ")";
utf8              128 Source/core/animation/AnimatableValueTestHelper.cpp         *os << animSVGPaint.color().serialized().utf8().data();
utf8              130 Source/core/animation/AnimatableValueTestHelper.cpp         *os << "url(" << animSVGPaint.uri().utf8().data() << ")";
utf8              147 Source/core/animation/AnimatableValueTestHelper.cpp         *os << list->at(i)->valueAsString().utf8().data();
utf8               58 Source/core/css/CSSGrammar.y #define YYPRINT(File,Type,Value) if (isCSSTokenAString(Type)) YYFPRINTF(File, "%s", String((Value).string).utf8().data())
utf8               66 Source/core/css/CSSValueTestHelper.h     *os << typeName << "(" << cssValue.cssText().utf8().data() << ")";
utf8             1371 Source/core/css/resolver/StyleResolver.cpp     fprintf(stderr, "=== Style Resolver Stats (resolve #%u) (%s) ===\n", ++m_styleResolverStatsSequence, m_document.url().string().utf8().data());
utf8             1372 Source/core/css/resolver/StyleResolver.cpp     fprintf(stderr, "%s\n", m_styleResolverStats->report().utf8().data());
utf8             1374 Source/core/css/resolver/StyleResolver.cpp     fprintf(stderr, "%s\n", m_styleResolverStatsTotals->report().utf8().data());
utf8             1927 Source/core/dom/Element.cpp     strncpy(buffer, result.toString().utf8().data(), length - 1);
utf8              231 Source/core/dom/Node.cpp         printf("  Number of <%s> tags: %zu\n", it->key.utf8().data(), it->value);
utf8             1726 Source/core/dom/Node.cpp         fprintf(stderr, "%s%s\t%p \"%s\"\n", prefix, nodeName().utf8().data(), this, value.utf8().data());
utf8             1732 Source/core/dom/Node.cpp         fprintf(stderr, "%s%s\t%p%s\n", prefix, nodeName().utf8().data(), this, attrs.toString().utf8().data());
utf8             1761 Source/core/dom/Node.cpp             fprintf(stderr, "/%s", node->nodeName().utf8().data());
utf8             1772 Source/core/dom/Node.cpp                     fprintf(stderr, "[@id=\"%s\" and position()=%d]", idattr.utf8().data(), count);
utf8             1776 Source/core/dom/Node.cpp                 fprintf(stderr, "[@id=\"%s\"]", idattr.utf8().data());
utf8             1784 Source/core/dom/Node.cpp             fprintf(stderr, "/@%s", node->nodeName().utf8().data());
utf8             1805 Source/core/dom/Node.cpp         fprintf(stderr, "%s", indent.toString().utf8().data());
utf8             1839 Source/core/dom/Node.cpp     strncpy(buffer, result.utf8().data(), length - 1);
utf8             1854 Source/core/dom/Node.cpp     fputs(indent.utf8().data(), stderr);
utf8             1323 Source/core/dom/Position.cpp         fprintf(stderr, "Position [%s]: %s [%p] at %d\n", msg, deprecatedNode()->nodeName().utf8().data(), deprecatedNode(), m_offset);
utf8             1343 Source/core/dom/Position.cpp     strncpy(buffer, result.toString().utf8().data(), length - 1);
utf8             1601 Source/core/dom/Range.cpp     strncpy(buffer, result.toString().utf8().data(), length - 1);
utf8              375 Source/core/dom/Text.cpp     strncpy(buffer, result.toString().utf8().data(), length - 1);
utf8             1739 Source/core/editing/TextIterator.cpp     UStringSearch* searcher = usearch_open(&newlineCharacter, 1, &newlineCharacter, 1, searchCollatorName.utf8().data(), 0, &status);
utf8              706 Source/core/editing/VisiblePosition.cpp         fprintf(stderr, "Position [%s]: %s, ", msg, m_deepPosition.deprecatedNode()->nodeName().utf8().data());
utf8              772 Source/core/editing/VisibleSelection.cpp         fprintf(stderr, "pos:   %s ", m_start.anchorNode()->nodeName().utf8().data());
utf8              775 Source/core/editing/VisibleSelection.cpp         fprintf(stderr, "start: %s ", m_start.anchorNode()->nodeName().utf8().data());
utf8              777 Source/core/editing/VisibleSelection.cpp         fprintf(stderr, "end:   %s ", m_end.anchorNode()->nodeName().utf8().data());
utf8              802 Source/core/editing/VisibleSelection.cpp     strncpy(buffer, result.toString().utf8().data(), length - 1);
utf8               56 Source/core/fileapi/FileReader.cpp     return blob->uuid().utf8();
utf8               61 Source/core/fileapi/FileReader.cpp     return blob->hasBackingFile() ? toFile(blob)->path().utf8() : "";
utf8              127 Source/core/frame/ConsoleBase.cpp     TRACE_EVENT_COPY_ASYNC_BEGIN0("webkit.console", title.utf8().data(), this);
utf8              132 Source/core/frame/ConsoleBase.cpp     TRACE_EVENT_COPY_ASYNC_END0("webkit.console", title.utf8().data(), this);
utf8              654 Source/core/frame/csp/ContentSecurityPolicy.cpp     RefPtr<FormData> report = FormData::create(stringifiedReport.utf8());
utf8               89 Source/core/html/HTMLKeygenElement.cpp     encoding.appendData(name(), value.utf8());
utf8              576 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::canPlayType(%s, %s) -> %s", mimeType.utf8().data(), keySystem.utf8().data(), canPlay.utf8().data());
utf8              802 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::loadResource(%s, %s, %s)", urlForLoggingMedia(url).utf8().data(), contentType.raw().utf8().data(), keySystem.utf8().data());
utf8              817 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::loadResource - m_currentSrc -> %s", urlForLoggingMedia(m_currentSrc).utf8().data());
utf8             1305 Source/core/html/HTMLMediaElement.cpp         WTF_LOG(Media, "HTMLMediaElement::isSafeToLoadURL(%s) -> FALSE because url is invalid", urlForLoggingMedia(url).utf8().data());
utf8             1313 Source/core/html/HTMLMediaElement.cpp         WTF_LOG(Media, "HTMLMediaElement::isSafeToLoadURL(%s) -> FALSE rejected by SecurityOrigin", urlForLoggingMedia(url).utf8().data());
utf8             1318 Source/core/html/HTMLMediaElement.cpp         WTF_LOG(Media, "HTMLMediaElement::isSafeToLoadURL(%s) -> rejected by Content Security Policy", urlForLoggingMedia(url).utf8().data());
utf8             1987 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::setPreload(%s)", preload.utf8().data());
utf8             2363 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::didRemoveTrackElement - 'src' is %s", urlForLoggingMedia(url).utf8().data());
utf8             2613 Source/core/html/HTMLMediaElement.cpp             WTF_LOG(Media, "HTMLMediaElement::selectNextSourceChild - 'src' is %s", urlForLoggingMedia(mediaURL).utf8().data());
utf8             2625 Source/core/html/HTMLMediaElement.cpp                 WTF_LOG(Media, "HTMLMediaElement::selectNextSourceChild - 'type' is '%s' - key system is '%s'", type.utf8().data(), system.utf8().data());
utf8             2657 Source/core/html/HTMLMediaElement.cpp         WTF_LOG(Media, "HTMLMediaElement::selectNextSourceChild -> %p, %s", m_currentSourceNode.get(), canUseSourceElement ? urlForLoggingMedia(mediaURL).utf8().data() : "");
utf8             2668 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::sourceWasAdded - 'src' is %s", urlForLoggingMedia(url).utf8().data());
utf8             2714 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::sourceWasRemoved - 'src' is %s", urlForLoggingMedia(url).utf8().data());
utf8              469 Source/core/html/HTMLPlugInElement.cpp     WTF_LOG(Plugins, "%p Plug-in URL: %s", this, m_url.utf8().data());
utf8              470 Source/core/html/HTMLPlugInElement.cpp     WTF_LOG(Plugins, "   Loaded URL: %s", url.string().utf8().data());
utf8               78 Source/core/html/HTMLShadowElement.cpp             String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data());
utf8              206 Source/core/html/HTMLTrackElement.cpp         WTF_LOG(Media, "HTMLTrackElement::canLoadUrl(%s) -> rejected by Content Security Policy", urlForLoggingTrack(url).utf8().data());
utf8               61 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(isStyleSheet, linkRelAttribute.isStyleSheet()) << value.utf8().data();
utf8               62 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(iconType, linkRelAttribute.iconType()) << value.utf8().data();
utf8               63 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(isAlternate, linkRelAttribute.isAlternate()) << value.utf8().data();
utf8               64 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(isDNSPrefetch, linkRelAttribute.isDNSPrefetch()) << value.utf8().data();
utf8               65 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(isLinkSubresource, linkRelAttribute.isLinkSubresource()) << value.utf8().data();
utf8               66 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(isLinkPrerender, linkRelAttribute.isLinkPrerender()) << value.utf8().data();
utf8               67 Source/core/html/LinkRelAttributeTest.cpp     ASSERT_EQ(isImport, linkRelAttribute.isImport()) << value.utf8().data();
utf8              137 Source/core/html/MediaFragmentURIParser.cpp             name = name.utf8(StrictUTF8Conversion).data();
utf8              141 Source/core/html/MediaFragmentURIParser.cpp             value = value.utf8(StrictUTF8Conversion).data();
utf8              171 Source/core/html/canvas/WebGLProgram.cpp         m_activeAttribLocations[i] = context3d->getAttribLocation(object(), info.name.utf8().data());
utf8              993 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bindAttribLocation(objectOrZero(program), index, name.utf8().data());
utf8             1741 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, String::format("attribute %d is enabled but has no buffer bound", i).utf8().data());
utf8             2045 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_context->getAttribLocation(objectOrZero(program), name.utf8().data());
utf8             2669 Source/core/html/canvas/WebGLRenderingContextBase.cpp             GLint loc = m_context->getUniformLocation(objectOrZero(program), nameBuilder.toString().utf8().data());
utf8             2796 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLint uniformLocation = m_context->getUniformLocation(objectOrZero(program), name.utf8().data());
utf8             3165 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->shaderSource(objectOrZero(shader), stringWithoutComments.utf8().data());
utf8             4368 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 emitGLWarning(functionName, msg.utf8().data());
utf8              253 Source/core/html/imports/HTMLImportChild.cpp         url().string().utf8().data());
utf8               94 Source/core/html/parser/XSSAuditorDelegate.cpp     return FormData::create(reportObject->toJSONString().utf8().data());
utf8              232 Source/core/html/track/vtt/VTTCue.cpp     return String::format("%p id=%s interval=%f-->%f cue=%s)", this, id().utf8().data(), startTime(), endTime(), text().utf8().data());
utf8              407 Source/core/inspector/DOMPatchSupport.cpp     CString cString = string.utf8();
utf8              515 Source/core/inspector/DOMPatchSupport.cpp         fprintf(stderr, "%s[%lu]: %s (%p) - [%lu]\n", name.utf8().data(), i, map[i].first ? nodeName(map[i].first->m_node).utf8().data() : "", map[i].first, map[i].second);
utf8              200 Source/core/inspector/InspectorCSSAgent.cpp         return String::format("SetStyleSheetText %s", m_styleSheet->id().utf8().data());
utf8              256 Source/core/inspector/InspectorCSSAgent.cpp         return String::format("SetPropertyText %s:%u:%s", m_styleSheet->id().utf8().data(), m_propertyIndex, m_overwrite ? "true" : "false");
utf8              441 Source/core/inspector/InspectorTimelineAgent.cpp         String message = String::format("Timeline '%s' terminated.", m_consoleTimelines[i].utf8().data());
utf8              815 Source/core/inspector/InspectorTimelineAgent.cpp     String message = String::format("Timeline '%s' started.", title.utf8().data());
utf8              833 Source/core/inspector/InspectorTimelineAgent.cpp         String message = String::format("Timeline '%s' was not started.", title.utf8().data());
utf8              838 Source/core/inspector/InspectorTimelineAgent.cpp     String message = String::format("Timeline '%s' finished.", title.utf8().data());
utf8               75 Source/core/loader/FormSubmission.cpp     FormDataBuilder::encodeStringAsFormData(bodyData, body.utf8());
utf8              745 Source/core/loader/FrameLoader.cpp     CString encodedSrcdoc = srcdoc.utf8();
utf8              402 Source/core/page/FrameTree.cpp     printf("  uri=%s\n\n", frame->document()->url().string().utf8().data());
utf8               85 Source/core/page/PagePopupClient.h     CString str8 = str.utf8();
utf8              102 Source/core/page/PagePopupController.cpp     blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue);
utf8              304 Source/core/page/PageSerializer.cpp         WTF_LOG_ERROR("No data for resource %s", url.string().utf8().data());
utf8              750 Source/core/rendering/FastTextAutosizer.cpp                 static_cast<int>(widthFromBlock(widthProvider)), widthProvider->debugName().utf8().data());
utf8              754 Source/core/rendering/FastTextAutosizer.cpp         AtomicString(String::format("cluster: %f %s", cluster->m_multiplier, explanation.utf8().data())));
utf8             1569 Source/core/rendering/InlineTextBox.cpp     fprintf(stderr, "(%d,%d) \"%s\"\n", start(), start() + len(), value.utf8().data());
utf8             4127 Source/core/rendering/RenderLayer.cpp         fprintf(stderr, "%s\n", output.utf8().data());
utf8              239 Source/core/rendering/RenderQuote.cpp     CString lowercaseLang = lang.string().lower().utf8();
utf8              283 Source/core/rendering/svg/SVGTextLayoutEngine.cpp                           , i, fragment.x, fragment.y, fragment.width, fragment.height, fragment.characterOffset, fragment.length, fragmentString.utf8().data());
utf8             2002 Source/core/testing/Internals.cpp     return PrintContext::pageProperty(frame(), propertyName.utf8().data(), pageNumber);
utf8              520 Source/core/xml/XMLHttpRequest.cpp     WTF_LOG(Network, "XMLHttpRequest %p open('%s', '%s', %d)", this, method.utf8().data(), url.elidedString().utf8().data(), async);
utf8              659 Source/core/xml/XMLHttpRequest.cpp     WTF_LOG(Network, "XMLHttpRequest %p send() String '%s'", this, body.utf8().data());
utf8              683 Source/core/xml/XMLHttpRequest.cpp     WTF_LOG(Network, "XMLHttpRequest %p send() Blob '%s'", this, body->uuid().utf8().data());
utf8              156 Source/core/xml/XSLStyleSheetLibxslt.cpp         finalURL().string().utf8().data(), input.encoding(),
utf8              178 Source/core/xml/XSLStyleSheetLibxslt.cpp         xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data()));
utf8              278 Source/core/xml/XSLStyleSheetLibxslt.cpp             CString importHref = import->href().utf8();
utf8              201 Source/core/xml/XSLTProcessorLibxslt.cpp         parameterArray[index++] = fastStrDup(it->key.utf8().data());
utf8              202 Source/core/xml/XSLTProcessorLibxslt.cpp         parameterArray[index++] = fastStrDup(it->value.utf8().data());
utf8             1529 Source/core/xml/parser/XMLDocumentParser.cpp     CString chunkAsUtf8 = chunk.utf8();
utf8              268 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     WTF_LOG(Media, "HTMLMediaElementEncryptedMedia::mediaPlayerKeyError: sessionID=%s, errorCode=%d, systemCode=%d", sessionId.utf8().data(), errorCode, systemCode);
utf8              307 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     WTF_LOG(Media, "HTMLMediaElementEncryptedMedia::mediaPlayerKeyMessage: sessionID=%s", sessionId.utf8().data());
utf8              324 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp     WTF_LOG(Media, "HTMLMediaElementEncryptedMedia::mediaPlayerKeyNeeded: contentType=%s", contentType.utf8().data());
utf8              445 Source/modules/indexeddb/IDBRequest.cpp     ASSERT_WITH_MESSAGE(event->type() == EventTypeNames::success || event->type() == EventTypeNames::error || event->type() == EventTypeNames::blocked || event->type() == EventTypeNames::upgradeneeded, "event type was %s", event->type().utf8().data());
utf8              510 Source/modules/indexeddb/IDBRequest.cpp     ASSERT_WITH_MESSAGE(m_readyState == PENDING || m_didFireUpgradeNeededEvent, "When queueing event %s, m_readyState was %d", event->type().utf8().data(), m_readyState);
utf8              391 Source/modules/indexeddb/IDBTransaction.cpp     ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to enqueue an event of type %s.", event->type().utf8().data());
utf8              761 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             m_requestCallback->sendFailure(String::format("Could not clear object store '%s': %d", m_objectStoreName.utf8().data(), ec));
utf8               48 Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp         return sqlite3_open(filename.utf8().data(), database);
utf8               50 Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp     return sqlite3_open_v2(filename.utf8().data(), database, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, "chromium_vfs");
utf8               66 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp     CString query = m_query.stripWhiteSpace().utf8();
utf8              129 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WTF_LOG(Network, "MainThreadWebSocketChannel %p send() Sending String '%s'", this, message.utf8().data());
utf8              130 Source/modules/websockets/MainThreadWebSocketChannel.cpp     CString utf8 = message.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD);
utf8              131 Source/modules/websockets/MainThreadWebSocketChannel.cpp     enqueueTextFrame(utf8);
utf8              149 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WTF_LOG(Network, "MainThreadWebSocketChannel %p send() Sending Blob '%s'", this, binaryData->uuid().utf8().data());
utf8              173 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WTF_LOG(Network, "MainThreadWebSocketChannel %p close() code=%d reason='%s'", this, code, reason.utf8().data());
utf8              207 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WTF_LOG(Network, "MainThreadWebSocketChannel %p fail() reason='%s'", this, reason.utf8().data());
utf8              354 Source/modules/websockets/MainThreadWebSocketChannel.cpp     WTF_LOG(Network, "Error Message: '%s', FailURL: '%s'", message.utf8().data(), failingURL.utf8().data());
utf8              498 Source/modules/websockets/MainThreadWebSocketChannel.cpp         buf.append(reason.utf8().data(), reason.utf8().length());
utf8              160 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p sendText(%s)", this, message.utf8().data());
utf8              164 Source/modules/websockets/NewWebSocketChannelImpl.cpp         CString data = message.utf8();
utf8              175 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p sendBlob(%s, %s, %llu)", this, blobDataHandle->uuid().utf8().data(), blobDataHandle->type().utf8().data(), blobDataHandle->size());
utf8              213 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p close(%d, %s)", this, code, reason.utf8().data());
utf8              221 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p fail(%s)", this, reason.utf8().data());
utf8              260 Source/modules/websockets/NewWebSocketChannelImpl.cpp     , text(text.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD)) { }
utf8              355 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p didConnect(%p, %d, %s, %s)", this, handle, fail, selectedProtocol.utf8().data(), extensions.utf8().data());
utf8              389 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p didFail(%p, %s)", this, handle, message.utf8().data());
utf8              450 Source/modules/websockets/NewWebSocketChannelImpl.cpp     WTF_LOG(Network, "NewWebSocketChannelImpl %p didClose(%p, %d, %u, %s)", this, handle, wasClean, code, String(reason).utf8().data());
utf8              290 Source/modules/websockets/WebSocket.cpp     WTF_LOG(Network, "WebSocket %p connect() url='%s'", this, url.utf8().data());
utf8              398 Source/modules/websockets/WebSocket.cpp     WTF_LOG(Network, "WebSocket %p send() Sending String '%s'", this, message.utf8().data());
utf8              405 Source/modules/websockets/WebSocket.cpp         updateBufferedAmountAfterClose(message.utf8().length());
utf8              447 Source/modules/websockets/WebSocket.cpp     WTF_LOG(Network, "WebSocket %p send() Sending Blob '%s'", this, binaryData->uuid().utf8().data());
utf8              481 Source/modules/websockets/WebSocket.cpp         WTF_LOG(Network, "WebSocket %p close() code=%d reason='%s'", this, code, reason.utf8().data());
utf8              486 Source/modules/websockets/WebSocket.cpp         CString utf8 = reason.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD);
utf8              487 Source/modules/websockets/WebSocket.cpp         if (utf8.length() > maxReasonSizeInBytes) {
utf8              615 Source/modules/websockets/WebSocket.cpp     WTF_LOG(Network, "WebSocket %p didReceiveMessage() Text message '%s'", this, msg.utf8().data());
utf8              109 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     const CString headerValueData = headerValue.utf8();
utf8              238 Source/modules/websockets/WebSocketHandshake.cpp     return builder.toString().utf8();
utf8              244 Source/platform/PODIntervalTree.h                 node, localMaxValueString.utf8().data(), node->data().toString().utf8().data());
utf8               74 Source/platform/audio/HRTFElevation.cpp         RefPtr<AudioBus> concatenatedImpulseResponses(AudioBus::loadPlatformResource(subjectName.utf8().data(), ResponseSampleRate));
utf8              176 Source/platform/audio/HRTFElevation.cpp     String resourceName = String::format("IRC_%s_C_R0195_T%03d_P%03d", subjectName.utf8().data(), azimuth, positiveElevation);
utf8              178 Source/platform/audio/HRTFElevation.cpp     RefPtr<AudioBus> impulseResponse(AudioBus::loadPlatformResource(resourceName.utf8().data(), sampleRate));
utf8               85 Source/platform/exported/WebString.cpp     StringUTF8Adaptor utf8(m_private.get());
utf8               86 Source/platform/exported/WebString.cpp     return std::string(utf8.data(), utf8.length());
utf8              409 Source/platform/fonts/GlyphPageTreeNode.cpp             printf("%s\t%p %s\n", indent.data(), it->key, it->key->description().utf8().data());
utf8              115 Source/platform/fonts/skia/FontCacheSkia.cpp         name = getFallbackFontFamily(fontDescription).string().utf8();
utf8              118 Source/platform/fonts/skia/FontCacheSkia.cpp         name = family.utf8();
utf8               49 Source/platform/fonts/win/FontFallbackWin.cpp     RefPtr<SkTypeface> tf = adoptRef(SkTypeface::CreateFromName(family.utf8().data(), SkTypeface::kNormal));
utf8             1589 Source/platform/graphics/GraphicsContext.cpp     SkAutoDataUnref url(SkData::NewWithCString(link.string().utf8().data()));
utf8             1598 Source/platform/graphics/GraphicsContext.cpp     SkAutoDataUnref skDestName(SkData::NewWithCString(destName.utf8().data()));
utf8             1607 Source/platform/graphics/GraphicsContext.cpp     SkAutoDataUnref nameData(SkData::NewWithCString(name.utf8().data()));
utf8             1225 Source/platform/graphics/GraphicsLayer.cpp     fprintf(stderr, "%s\n", output.utf8().data());
utf8              149 Source/platform/mhtml/MHTMLArchive.cpp     CString asciiString = stringBuilder.toString().utf8();
utf8              175 Source/platform/mhtml/MHTMLArchive.cpp         asciiString = stringBuilder.toString().utf8();
utf8              211 Source/platform/mhtml/MHTMLArchive.cpp     asciiString = String("--" + boundary + "--\r\n").utf8();
utf8              295 Source/platform/mhtml/MHTMLParser.cpp         m_lineReader.setSeparator(endOfPartBoundary.utf8().data());
utf8              327 Source/platform/mhtml/MHTMLParser.cpp             content->append(line.utf8().data(), line.length());
utf8              232 Source/platform/network/HTTPParsers.cpp     return parseDateFromNullTerminatedCharacters(value.utf8().data());
utf8               49 Source/platform/text/LocaleICU.cpp     return LocaleICU::create(locale.utf8().data());
utf8               67 Source/platform/text/TextBreakIteratorICU.cpp             iterator = icu::BreakIterator::createLineInstance(localeIsEmpty ? icu::Locale(currentTextBreakLocaleID()) : icu::Locale(locale.utf8().data()), openStatus);
utf8              644 Source/platform/weborigin/KURL.cpp     CString utf8 = UTF8Encoding().normalizeAndEncode(notEncodedString, WTF::URLEncodedEntitiesForUnencodables);
utf8              647 Source/platform/weborigin/KURL.cpp     int inputLength = utf8.length();
utf8              651 Source/platform/weborigin/KURL.cpp     url_util::EncodeURIComponent(utf8.data(), inputLength, &buffer);
utf8              670 Source/platform/weborigin/KURL.cpp     printf("%s\n", m_string.utf8().data());
utf8              875 Source/platform/weborigin/KURL.cpp     StringUTF8Adaptor utf8(m_string);
utf8              876 Source/platform/weborigin/KURL.cpp     m_isValid = url_util::ReplaceComponents(utf8.data(), utf8.length(), m_parsed, replacements, 0, &output, &newParsed);
utf8              228 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedProtocol, kurl.string().utf8().data());
utf8              231 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedHost, kurl.string().utf8().data());
utf8              234 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedPort, kurl.string().utf8().data());
utf8              237 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedUser, kurl.string().utf8().data());
utf8              240 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedPass, kurl.string().utf8().data());
utf8              243 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedPath, kurl.string().utf8().data());
utf8              246 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(cases[i].expectedQuery, kurl.string().utf8().data());
utf8              276 Source/platform/weborigin/KURLTest.cpp         EXPECT_STREQ(decodeCases[i].output, str.utf8().data());
utf8              281 Source/platform/weborigin/KURLTest.cpp     EXPECT_STRNE("%00", zero.utf8().data());
utf8              350 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ(abs, resolveAbs.string().utf8().data());
utf8              366 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("", kurl.string().utf8().data());
utf8              375 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http:", kurl.string().utf8().data());
utf8              380 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://www.google.com/", kurl.string().utf8().data());
utf8              385 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://www.google.com:8000/", kurl.string().utf8().data());
utf8              390 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://www.google.com:8000/favicon.ico", kurl.string().utf8().data());
utf8              407 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://www.google.com/", kurl.string().utf8().data());
utf8              421 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://www.google.com/search", kurl.string().utf8().data());
utf8              428 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://www.google.com/search?", kurl.string().utf8().data());
utf8              434 Source/platform/weborigin/KURLTest.cpp                  kurl.string().utf8().data());
utf8              440 Source/platform/weborigin/KURLTest.cpp                  kurl.string().utf8().data());
utf8              450 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://foo/bar#asdf", cur.string().utf8().data());
utf8              453 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://foo/bar#asdf", cur.string().utf8().data());
utf8              458 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://foo/bar#", cur.string().utf8().data());
utf8              461 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://foo/bar#", cur.string().utf8().data());
utf8              466 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://foo/bar", cur.string().utf8().data());
utf8              469 Source/platform/weborigin/KURLTest.cpp     EXPECT_STREQ("http://foo/bar", cur.string().utf8().data());
utf8             1467 Source/web/WebFrameImpl.cpp     return m_printContext->pageProperty(frame(), propertyName.utf8().data(), pageIndex);
utf8               89 Source/web/WebPagePopupImpl.cpp         fprintf(stderr, "CONSOLE MESSSAGE:%u: %s\n", lineNumber, message.utf8().data());
utf8               84 Source/web/tests/AssociatedURLLoaderTest.cpp         WebCore::KURL url = toKURL(urlRoot + filename.utf8().data());
utf8               93 Source/web/tests/FrameLoaderClientImplTest.cpp         WTF::CString userAgent = m_frameLoaderClientImpl->userAgent(dummyURL).utf8();
utf8              142 Source/web/tests/LocaleICUTest.cpp     return os << labels.toString().utf8().data();
utf8              156 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("MMMM yyyy", monthFormat("en_US").utf8().data());
utf8              157 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("MMMM yyyy", monthFormat("fr").utf8().data());
utf8              158 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat("ja").utf8().data());
utf8              164 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("h:mm:ss a", localizedDateFormatText("en_US").utf8().data());
utf8              165 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("HH:mm:ss", localizedDateFormatText("fr").utf8().data());
utf8              166 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("H:mm:ss", localizedDateFormatText("ja").utf8().data());
utf8              171 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("h:mm a", localizedShortDateFormatText("en_US").utf8().data());
utf8              172 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("HH:mm", localizedShortDateFormatText("fr").utf8().data());
utf8              173 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("H:mm", localizedShortDateFormatText("ja").utf8().data());
utf8              178 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("January", standAloneMonthLabel("en_US", 0).utf8().data());
utf8              179 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("June", standAloneMonthLabel("en_US", 5).utf8().data());
utf8              180 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("December", standAloneMonthLabel("en_US", 11).utf8().data());
utf8              182 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("janvier", standAloneMonthLabel("fr_FR", 0).utf8().data());
utf8              183 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("juin", standAloneMonthLabel("fr_FR", 5).utf8().data());
utf8              184 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("d\xC3\xA9" "cembre", standAloneMonthLabel("fr_FR", 11).utf8().data());
utf8              186 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", standAloneMonthLabel("ja_JP", 0).utf8().data());
utf8              187 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("6\xE6\x9C\x88", standAloneMonthLabel("ja_JP", 5).utf8().data());
utf8              188 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", standAloneMonthLabel("ja_JP", 11).utf8().data());
utf8              190 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\x9C\xD0\xB0\xD1\x80\xD1\x82", standAloneMonthLabel("ru_RU", 2).utf8().data());
utf8              191 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\x9C\xD0\xB0\xD0\xB9", standAloneMonthLabel("ru_RU", 4).utf8().data());
utf8              196 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("Jan", shortMonthLabel("en_US", 0).utf8().data());
utf8              197 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("Jan", shortStandAloneMonthLabel("en_US", 0).utf8().data());
utf8              198 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("Dec", shortMonthLabel("en_US", 11).utf8().data());
utf8              199 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("Dec", shortStandAloneMonthLabel("en_US", 11).utf8().data());
utf8              201 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel("fr_FR", 0).utf8().data());
utf8              202 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("janv.", shortStandAloneMonthLabel("fr_FR", 0).utf8().data());
utf8              203 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel("fr_FR", 11).utf8().data());
utf8              204 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortStandAloneMonthLabel("fr_FR", 11).utf8().data());
utf8              206 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", shortMonthLabel("ja_JP", 0).utf8().data());
utf8              207 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", shortStandAloneMonthLabel("ja_JP", 0).utf8().data());
utf8              208 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", shortMonthLabel("ja_JP", 11).utf8().data());
utf8              209 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", shortStandAloneMonthLabel("ja_JP", 11).utf8().data());
utf8              211 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82\xD0\xB0", shortMonthLabel("ru_RU", 2).utf8().data());
utf8              212 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82", shortStandAloneMonthLabel("ru_RU", 2).utf8().data());
utf8              213 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x8F", shortMonthLabel("ru_RU", 4).utf8().data());
utf8              214 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD0\xB9", shortStandAloneMonthLabel("ru_RU", 4).utf8().data());
utf8              179 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Week 04, 2005", formatWeek("en_US", "2005-W04").utf8().data());
utf8              180 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Week 52, 2005", formatWeek("en_US", "2005-W52").utf8().data());
utf8              185 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("April 2005", formatMonth("en_US", "2005-04", false).utf8().data());
utf8              186 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("avril 2005", formatMonth("fr_FR", "2005-04", false).utf8().data());
utf8              187 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("2005\xE5\xB9\xB4" "04\xE6\x9C\x88", formatMonth("ja_JP", "2005-04", false).utf8().data());
utf8              189 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Apr 2005", formatMonth("en_US", "2005-04", true).utf8().data());
utf8              190 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("avr. 2005", formatMonth("fr_FR", "2005-04", true).utf8().data());
utf8              191 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("2005\xE5\xB9\xB4" "04\xE6\x9C\x88", formatMonth("ja_JP", "2005-04", true).utf8().data());
utf8              196 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("04/27/2005", formatDate("en_US", 2005, April, 27).utf8().data());
utf8              197 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("27/04/2005", formatDate("fr_FR", 2005, April, 27).utf8().data());
utf8              203 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("1:23 PM", formatTime("en_US", 13, 23, 00, 000, true).utf8().data());
utf8              204 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("13:23", formatTime("fr_FR", 13, 23, 00, 000, true).utf8().data());
utf8              205 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("13:23", formatTime("ja_JP", 13, 23, 00, 000, true).utf8().data());
utf8              206 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD9\xA1:\xD9\xA2\xD9\xA3 \xD9\x85", formatTime("ar", 13, 23, 00, 000, true).utf8().data());
utf8              207 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xDB\xB1\xDB\xB3:\xDB\xB2\xDB\xB3", formatTime("fa", 13, 23, 00, 000, true).utf8().data());
utf8              209 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("12:00 AM", formatTime("en_US", 00, 00, 00, 000, true).utf8().data());
utf8              210 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("00:00", formatTime("fr_FR", 00, 00, 00, 000, true).utf8().data());
utf8              211 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("0:00", formatTime("ja_JP", 00, 00, 00, 000, true).utf8().data());
utf8              212 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD9\xA1\xD9\xA2:\xD9\xA0\xD9\xA0 \xD8\xB5", formatTime("ar", 00, 00, 00, 000, true).utf8().data());
utf8              213 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xDB\xB0:\xDB\xB0\xDB\xB0", formatTime("fa", 00, 00, 00, 000, true).utf8().data());
utf8              215 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("7:07:07.007 AM", formatTime("en_US", 07, 07, 07, 007, false).utf8().data());
utf8              216 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("07:07:07,007", formatTime("fr_FR", 07, 07, 07, 007, false).utf8().data());
utf8              217 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("7:07:07.007", formatTime("ja_JP", 07, 07, 07, 007, false).utf8().data());
utf8              218 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD9\xA7:\xD9\xA0\xD9\xA7:\xD9\xA0\xD9\xA7\xD9\xAB\xD9\xA0\xD9\xA0\xD9\xA7 \xD8\xB5", formatTime("ar", 07, 07, 07, 007, false).utf8().data());
utf8              219 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xDB\xB7:\xDB\xB0\xDB\xB7:\xDB\xB0\xDB\xB7\xD9\xAB\xDB\xB0\xDB\xB0\xDB\xB7", formatTime("fa", 07, 07, 07, 007, false).utf8().data());
utf8              231 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("January", monthLabel("en_US", January).utf8().data());
utf8              232 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("June", monthLabel("en_US", June).utf8().data());
utf8              233 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("December", monthLabel("en_US", December).utf8().data());
utf8              235 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("janvier", monthLabel("fr_FR", January).utf8().data());
utf8              236 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("juin", monthLabel("fr_FR", June).utf8().data());
utf8              237 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("d\xC3\xA9" "cembre", monthLabel("fr_FR", December).utf8().data());
utf8              239 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", monthLabel("ja_JP", January).utf8().data());
utf8              240 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("6\xE6\x9C\x88", monthLabel("ja_JP", June).utf8().data());
utf8              241 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", monthLabel("ja_JP", December).utf8().data());
utf8              246 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Sun", weekDayShortLabel("en_US", Sunday).utf8().data());
utf8              247 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Wed", weekDayShortLabel("en_US", Wednesday).utf8().data());
utf8              248 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Sat", weekDayShortLabel("en_US", Saturday).utf8().data());
utf8              250 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("dim.", weekDayShortLabel("fr_FR", Sunday).utf8().data());
utf8              251 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("mer.", weekDayShortLabel("fr_FR", Wednesday).utf8().data());
utf8              252 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("sam.", weekDayShortLabel("fr_FR", Saturday).utf8().data());
utf8              254 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE6\x97\xA5", weekDayShortLabel("ja_JP", Sunday).utf8().data());
utf8              255 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE6\xB0\xB4", weekDayShortLabel("ja_JP", Wednesday).utf8().data());
utf8              256 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE5\x9C\x9F", weekDayShortLabel("ja_JP", Saturday).utf8().data());
utf8              270 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("MMMM yyyy", monthFormat("en_US").utf8().data());
utf8              271 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat("ja_JP").utf8().data());
utf8              280 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("h:mm:ss a", timeFormat("en_US").utf8().data());
utf8              281 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("HH:mm:ss", timeFormat("fr_FR").utf8().data());
utf8              282 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("H:mm:ss", timeFormat("ja_JP").utf8().data());
utf8              287 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("h:mm a", shortTimeFormat("en_US").utf8().data());
utf8              288 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("HH:mm", shortTimeFormat("fr_FR").utf8().data());
utf8              289 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("H:mm", shortTimeFormat("ja_JP").utf8().data());
utf8              294 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("January", standAloneMonthLabel("en_US", January).utf8().data());
utf8              295 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("June", standAloneMonthLabel("en_US", June).utf8().data());
utf8              296 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("December", standAloneMonthLabel("en_US", December).utf8().data());
utf8              298 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("janvier", standAloneMonthLabel("fr_FR", January).utf8().data());
utf8              299 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("juin", standAloneMonthLabel("fr_FR", June).utf8().data());
utf8              300 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("d\xC3\xA9" "cembre", standAloneMonthLabel("fr_FR", December).utf8().data());
utf8              302 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", standAloneMonthLabel("ja_JP", January).utf8().data());
utf8              303 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("6\xE6\x9C\x88", standAloneMonthLabel("ja_JP", June).utf8().data());
utf8              304 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", standAloneMonthLabel("ja_JP", December).utf8().data());
utf8              309 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Jan", shortMonthLabel("en_US", 0).utf8().data());
utf8              310 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Jan", shortStandAloneMonthLabel("en_US", 0).utf8().data());
utf8              311 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Dec", shortMonthLabel("en_US", 11).utf8().data());
utf8              312 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Dec", shortStandAloneMonthLabel("en_US", 11).utf8().data());
utf8              314 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel("fr_FR", 0).utf8().data());
utf8              315 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("janv.", shortStandAloneMonthLabel("fr_FR", 0).utf8().data());
utf8              316 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel("fr_FR", 11).utf8().data());
utf8              317 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortStandAloneMonthLabel("fr_FR", 11).utf8().data());
utf8              319 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", shortMonthLabel("ja_JP", 0).utf8().data());
utf8              320 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", shortStandAloneMonthLabel("ja_JP", 0).utf8().data());
utf8              321 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", shortMonthLabel("ja_JP", 11).utf8().data());
utf8              322 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", shortStandAloneMonthLabel("ja_JP", 11).utf8().data());
utf8              324 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82\xD0\xB0", shortMonthLabel("ru_RU", 2).utf8().data());
utf8              325 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x8F", shortMonthLabel("ru_RU", 4).utf8().data());
utf8              333 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("AM", timeAMPMLabel("en_US", 0).utf8().data());
utf8              334 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("PM", timeAMPMLabel("en_US", 1).utf8().data());
utf8              336 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("AM", timeAMPMLabel("fr_FR", 0).utf8().data());
utf8              337 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("PM", timeAMPMLabel("fr_FR", 1).utf8().data());
utf8              339 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE5\x8D\x88\xE5\x89\x8D", timeAMPMLabel("ja_JP", 0).utf8().data());
utf8              340 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE5\x8D\x88\xE5\xBE\x8C", timeAMPMLabel("ja_JP", 1).utf8().data());
utf8              345 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ(".", decimalSeparator("en_US").utf8().data());
utf8              346 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ(",", decimalSeparator("fr_FR").utf8().data());
utf8              352 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ(monthLabel("en_US", January).utf8().data(), monthLabel("foo", January).utf8().data());
utf8              353 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ(decimalSeparator("en_US").utf8().data(), decimalSeparator("foo").utf8().data());
utf8              363 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ(original, converted.utf8().data());
utf8              158 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("04/27/2005", formatDate(EnglishUS, 2005, April, 27).utf8().data());
utf8              159 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("27/04/2005", formatDate(FrenchFR, 2005, April, 27).utf8().data());
utf8              160 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("2005/04/27", formatDate(JapaneseJP, 2005, April, 27).utf8().data());
utf8              172 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("January", monthLabel(EnglishUS, January).utf8().data());
utf8              173 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("June", monthLabel(EnglishUS, June).utf8().data());
utf8              174 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("December", monthLabel(EnglishUS, December).utf8().data());
utf8              176 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("janvier", monthLabel(FrenchFR, January).utf8().data());
utf8              177 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("juin", monthLabel(FrenchFR, June).utf8().data());
utf8              178 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("d\xC3\xA9" "cembre", monthLabel(FrenchFR, December).utf8().data());
utf8              180 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", monthLabel(JapaneseJP, January).utf8().data());
utf8              181 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("6\xE6\x9C\x88", monthLabel(JapaneseJP, June).utf8().data());
utf8              182 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", monthLabel(JapaneseJP, December).utf8().data());
utf8              187 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Sun", weekDayShortLabel(EnglishUS, Sunday).utf8().data());
utf8              188 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Wed", weekDayShortLabel(EnglishUS, Wednesday).utf8().data());
utf8              189 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Sat", weekDayShortLabel(EnglishUS, Saturday).utf8().data());
utf8              191 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("dim.", weekDayShortLabel(FrenchFR, Sunday).utf8().data());
utf8              192 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("mer.", weekDayShortLabel(FrenchFR, Wednesday).utf8().data());
utf8              193 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("sam.", weekDayShortLabel(FrenchFR, Saturday).utf8().data());
utf8              195 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE6\x97\xA5", weekDayShortLabel(JapaneseJP, Sunday).utf8().data());
utf8              196 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE6\xB0\xB4", weekDayShortLabel(JapaneseJP, Wednesday).utf8().data());
utf8              197 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE5\x9C\x9F", weekDayShortLabel(JapaneseJP, Saturday).utf8().data());
utf8              209 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("y-M-d", LocaleWin::dateFormat("y-M-d").utf8().data());
utf8              210 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("''yy'-'''MM'''-'dd", LocaleWin::dateFormat("''yy-''MM''-dd").utf8().data());
utf8              211 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("yyyy'-''''-'MMM'''''-'dd", LocaleWin::dateFormat("yyyy-''''-MMM''''-dd").utf8().data());
utf8              212 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("yyyy'-'''''MMMM-dd", LocaleWin::dateFormat("yyyy-''''MMMM-dd").utf8().data());
utf8              217 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("MMMM, yyyy", monthFormat(EnglishUS).utf8().data());
utf8              218 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("MMMM yyyy", monthFormat(FrenchFR).utf8().data());
utf8              219 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat(JapaneseJP).utf8().data());
utf8              224 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("h:mm:ss a", timeFormat(EnglishUS).utf8().data());
utf8              225 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("HH:mm:ss", timeFormat(FrenchFR).utf8().data());
utf8              226 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("H:mm:ss", timeFormat(JapaneseJP).utf8().data());
utf8              231 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("h:mm a", shortTimeFormat(EnglishUS).utf8().data());
utf8              232 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("HH:mm", shortTimeFormat(FrenchFR).utf8().data());
utf8              233 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("H:mm", shortTimeFormat(JapaneseJP).utf8().data());
utf8              238 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Jan", shortMonthLabel(EnglishUS, 0).utf8().data());
utf8              239 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Dec", shortMonthLabel(EnglishUS, 11).utf8().data());
utf8              240 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel(FrenchFR, 0).utf8().data());
utf8              241 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel(FrenchFR, 11).utf8().data());
utf8              242 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("1", shortMonthLabel(JapaneseJP, 0).utf8().data());
utf8              243 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("12", shortMonthLabel(JapaneseJP, 11).utf8().data());
utf8              248 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("AM", timeAMPMLabel(EnglishUS, 0).utf8().data());
utf8              249 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("PM", timeAMPMLabel(EnglishUS, 1).utf8().data());
utf8              251 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("", timeAMPMLabel(FrenchFR, 0).utf8().data());
utf8              252 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("", timeAMPMLabel(FrenchFR, 1).utf8().data());
utf8              254 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE5\x8D\x88\xE5\x89\x8D", timeAMPMLabel(JapaneseJP, 0).utf8().data());
utf8              255 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE5\x8D\x88\xE5\xBE\x8C", timeAMPMLabel(JapaneseJP, 1).utf8().data());
utf8              260 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ(".", decimalSeparator(EnglishUS).utf8().data());
utf8              261 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ(",", decimalSeparator(FrenchFR).utf8().data());
utf8              272 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ(original, converted.utf8().data());
utf8              424 Source/web/tests/PopupMenuTest.cpp     EXPECT_STREQ("upclick", element.innerText().utf8().data());
utf8              436 Source/web/tests/PopupMenuTest.cpp     EXPECT_STREQ("upclick", element.innerText().utf8().data());
utf8              445 Source/web/tests/PopupMenuTest.cpp     EXPECT_STREQ("upclickchangeupclick", element.innerText().utf8().data());
utf8              466 Source/web/tests/PopupMenuTest.cpp     EXPECT_STREQ("change", element.innerText().utf8().data());
utf8              488 Source/web/tests/PopupMenuTest.cpp     EXPECT_STREQ("change", element.innerText().utf8().data());
utf8              510 Source/web/tests/PopupMenuTest.cpp     EXPECT_STREQ("click", element.innerText().utf8().data());
utf8              232 Source/web/tests/PrerenderingTest.cpp         return textNode.nodeValue().utf8().data();
utf8              253 Source/web/tests/TouchActionTest.cpp                 << std::endl << "Document render tree:" << std::endl << externalRepresentation(root->document().frame()).utf8().data();
utf8               45 Source/web/tests/URLTestHelpers.cpp     std::string fullString = std::string(baseURL.utf8().data()) + std::string(fileName.utf8().data());
utf8               62 Source/web/tests/URLTestHelpers.cpp     std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
utf8               64 Source/web/tests/URLTestHelpers.cpp     filePath.append(std::string(relativeBaseDirectory.utf8().data()));
utf8               65 Source/web/tests/URLTestHelpers.cpp     filePath.append(std::string(fileName.utf8().data()));
utf8             2986 Source/web/tests/ViewportTest.cpp     EXPECT_STREQ("The key \"wwidth\" is not recognized and ignored.", webFrameClient.messages[0].text.utf8().c_str());
utf8             3011 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[0].text.utf8().c_str());
utf8             3036 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[0].text.utf8().c_str());
utf8             3062 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[0].text.utf8().c_str());
utf8             3066 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[1].text.utf8().c_str());
utf8             3070 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[2].text.utf8().c_str());
utf8             3074 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[3].text.utf8().c_str());
utf8             3078 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[4].text.utf8().c_str());
utf8             3103 Source/web/tests/ViewportTest.cpp         webFrameClient.messages[0].text.utf8().c_str());
utf8              223 Source/web/tests/WebFrameTest.cpp     std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8              278 Source/web/tests/WebFrameTest.cpp     std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8              298 Source/web/tests/WebFrameTest.cpp     std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8              324 Source/web/tests/WebFrameTest.cpp     std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8              349 Source/web/tests/WebFrameTest.cpp     std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8              367 Source/web/tests/WebFrameTest.cpp         std::string selector = newlyMatchingSelectors[i].utf8();
utf8              372 Source/web/tests/WebFrameTest.cpp         std::string selector = stoppedMatchingSelectors[i].utf8();
utf8              646 Source/web/tests/WebFrameTest.cpp     std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8              959 Source/web/tests/WebFrameTest.cpp     webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
utf8             3058 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(expected, text.utf8());
utf8             3063 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(expected.substr(0, length), text.utf8());
utf8             3077 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Hello world\n\nsub\ntext", text.utf8());
utf8             3082 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Hello world", text.utf8());
utf8             3098 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Hello\n\nWorld", text.utf8());
utf8             3100 Source/web/tests/WebFrameTest.cpp     const std::string html = frame->contentAsMarkup().utf8();
utf8             3106 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(html, frame->contentAsMarkup().utf8());
utf8             3109 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("Hello\n\nWorld", text.utf8());
utf8             3517 Source/web/tests/WebFrameTest.cpp     return frame->selectionAsText().utf8();
utf8             4118 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("This should appear", text.utf8());
utf8             4229 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ("_welcome_.", frame->contentAsText(std::numeric_limits<size_t>::max()).utf8());
utf8             5001 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(item.urlString().utf8(), m_baseURL + "iframe_reload.html");
utf8             5271 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(url, item.urlString().utf8());
utf8               44 Source/web/tests/WebSelectorTest.cpp     EXPECT_EQ("h1, h2[style=\"foobar\"] span", canonicalizeSelector("h1,h2[style='foobar']    span").utf8());
utf8               45 Source/web/tests/WebSelectorTest.cpp     EXPECT_EQ("h1, h2[style=\"foobar\"] span", canonicalizeSelector("h1, h2[style=\"foobar\"] span").utf8());
utf8               50 Source/web/tests/WebSelectorTest.cpp     EXPECT_EQ("", canonicalizeSelector("h1..h2").utf8());
utf8               51 Source/web/tests/WebSelectorTest.cpp     EXPECT_EQ("", canonicalizeSelector("h1..h2", WebSelectorTypeCompound).utf8());
utf8               56 Source/web/tests/WebSelectorTest.cpp     EXPECT_EQ("", canonicalizeSelector("h1 span,h2", WebSelectorTypeCompound).utf8());
utf8               57 Source/web/tests/WebSelectorTest.cpp     EXPECT_EQ("h1, h2[style=\"foobar\"].cls", canonicalizeSelector("h1,h2[style=\"foobar\"].cls", WebSelectorTypeCompound).utf8());
utf8              550 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello", std::string(info.value.utf8().data()));
utf8              565 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("helhellolo", std::string(info.value.utf8().data()));
utf8              592 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("0123456789abcdefghijklmnopqrstuvwxyz", std::string(info.value.utf8().data()));
utf8              612 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("0123\n456789abcdefghijklmnopqrstuvwxyz", std::string(info.value.utf8().data()));
utf8              624 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("01234ijklmnopqrstuvwxyz", std::string(info.value.utf8().data()));
utf8              629 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("ijklmnopqrstuvwxyz", std::string(info.value.utf8().data()));
utf8              671 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("0123456789abcdefghijklmnopq\nrstuvwxyz", std::string(info.value.utf8().data()));
utf8              679 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("0123456789abcdefghijklmnopq\nrstuvwxyz", std::string(info.value.utf8().data()));
utf8              688 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("0123456789abcdefghijklmnopq\nrsyoloxyz", std::string(info.value.utf8().data()));
utf8              709 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello world", std::string(info.value.utf8().data()));
utf8              718 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello world", std::string(info.value.utf8().data()));
utf8              726 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello world", std::string(info.value.utf8().data()));
utf8              734 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello world", std::string(info.value.utf8().data()));
utf8              742 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello world", std::string(info.value.utf8().data()));
utf8              750 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("hello world", std::string(info.value.utf8().data()));
utf8              884 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(barUrl, webView->mainFrame()->document().url().string().utf8());
utf8              888 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(fooUrl, webView->mainFrame()->document().url().string().utf8());
utf8              895 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(fooUrl, webView->mainFrame()->document().url().string().utf8());
utf8             1049 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("", std::string(frame->selectionAsText().utf8().data()));
utf8             1051 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("testword", std::string(frame->selectionAsText().utf8().data()));
utf8             1066 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
utf8             1086 Source/web/tests/WebViewTest.cpp     EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
utf8             1235 Source/web/tests/WebViewTest.cpp     EXPECT_EQ("0123456789abcdefghijklmnopqrstuvwxyz", std::string(info.value.utf8().data()));
utf8             1332 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("focusoutfocusin", element.innerText().utf8().data());
utf8             1345 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("DOMFocusOutDOMFocusIn", element.innerText().utf8().data());
utf8             1378 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("1970-01-01", inputElement->value().utf8().data());
utf8             1383 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("", inputElement->value().utf8().data());
utf8             1389 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("1970-01-01T00:00", inputElement->value().utf8().data());
utf8             1394 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("", inputElement->value().utf8().data());
utf8             1400 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("1970-01", inputElement->value().utf8().data());
utf8             1405 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("", inputElement->value().utf8().data());
utf8             1411 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("00:00", inputElement->value().utf8().data());
utf8             1416 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("", inputElement->value().utf8().data());
utf8             1422 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("1970-W01", inputElement->value().utf8().data());
utf8             1427 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("", inputElement->value().utf8().data());
utf8             1442 Source/web/tests/WebViewTest.cpp     EXPECT_STREQ("blurfocus", element.innerText().utf8().data());
utf8               62 Source/wtf/PrintStream.cpp     out.print(string.utf8());
utf8              165 Source/wtf/text/AtomicString.h     CString utf8(UTF8ConversionMode mode = LenientUTF8Conversion) const { return m_string.utf8(mode); }
utf8               45 Source/wtf/text/StringBuilderTest.cpp     return os << string.utf8().data();
utf8               67 Source/wtf/text/StringUTF8Adaptor.h                 m_utf8Buffer = string.utf8();
utf8              940 Source/wtf/text/WTFString.cpp     String utf8 = fromUTF8(string, size);
utf8              941 Source/wtf/text/WTFString.cpp     if (!utf8)
utf8              943 Source/wtf/text/WTFString.cpp     return utf8;
utf8              192 Source/wtf/text/WTFString.h     CString utf8(UTF8ConversionMode = LenientUTF8Conversion) const;
utf8              117 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("14", testString.utf8().data());
utf8              122 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("1334", testString.utf8().data());
utf8              127 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("15555554", testString.utf8().data());
utf8              132 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("1224", testString.utf8().data());
utf8              138 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("resume", testString.utf8().data());
utf8              143 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("rsum", testString.utf8().data());
utf8              148 Source/wtf/text/WTFStringTest.cpp     ASSERT_STREQ("résumé", testString.utf8().data());
utf8              260 Source/wtf/text/WTFStringTest.cpp             EXPECT_STREQ(expected, source.upper(locale).utf8().data()) << testDataList[i].sourceDescription << "; locale=" << locale;
utf8              313 Source/wtf/text/WTFStringTest.cpp             EXPECT_STREQ(expected, source.lower(locale).utf8().data()) << testDataList[i].sourceDescription << "; locale=" << locale;
utf8               26 public/platform/WebSerializedOrigin.h     operator url::Origin() const { return url::Origin(m_string.utf8()); }
utf8               92 public/platform/WebString.h     BLINK_COMMON_EXPORT std::string utf8() const;
utf8               75 public/platform/WebURL.h         std::string spec = m_string.utf8();
utf8              126 public/platform/WebURL.h         return isNull() ? GURL() : GURL(m_string.utf8(), m_parsed, m_isValid);