/external/webkit/Source/WebCore/loader/ |
FormSubmission.cpp | 75 FormDataBuilder::encodeStringAsFormData(bodyData, body.utf8());
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
FontCacheFreeType.cpp | 179 if (!FcPatternAddString(pattern.get(), FC_FAMILY, reinterpret_cast<const FcChar8*>(familyNameString.utf8().data())))
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
FontPlatformDataPango.cpp | 58 CString stored_family = familyName.string().utf8();
|
/external/webkit/Source/WebCore/platform/network/soup/ |
SocketStreamHandleSoup.cpp | 91 g_socket_client_connect_to_host_async(socketClient.get(), url.host().utf8().data(), port, 0,
|
/external/webkit/Source/WebKit/android/jni/ |
WebIconDatabase.cpp | 174 WebCore::IconDatabase::defaultDatabaseFilename()).utf8();
|
/external/webkit/Source/WebKit/chromium/src/ |
WebURLResponse.cpp | 373 m_private->m_resourceResponse->setDownloadFilePath(downloadFilePath.utf8().data());
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_contextmenu.cpp | 406 (type, action, 0, core.title().utf8().data(), core.checked(),
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginStream.mm | 218 m_mimeType = mimeType.utf8(); 440 m_pluginFuncs->urlnotify(m_plugin, m_requestURL.string().utf8().data(), m_reason, m_notifyData);
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebFrameProxy.cpp | 244 printf("| FRAME %d %s\n", (int)m_frameID, m_url.utf8().data());
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NPRuntimeObjectMap.cpp | 170 NPString npString = createNPString(value.toString(exec).utf8());
|
/external/pcre/ |
pcregrep.c | 185 static BOOL utf8 = FALSE; variable 689 if (utf8 && c >= 0xc0) 733 if (utf8 && c >= 0xc0) 766 *lenptr = utf8? 2 : 1; 827 if (utf8) while ((*p & 0xc0) == 0x80) p--; 834 if (utf8) [all...] |
pcrecpp.h | 147 // The UTF8 flag, passed to the constructor, causes both pattern 151 // may depend on the UTF8 flag, so always use it when matching 152 // UTF8 text. E.g., "." will match one byte normally but with UTF8 161 // Example: using the convenience function UTF8(): 162 // pcrecpp::RE re(utf8_pattern, pcrecpp::UTF8()); 165 // NOTE: The UTF8 option is ignored if pcre was not configured with the 166 // --enable-utf8 flag. 186 // PCRE_UTF8 handles UTF8 chars built-in 240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED( 434 bool utf8() const { function in class:pcrecpp::RE_Options [all...] |
/external/bluetooth/glib/glib/ |
gconvert.c | 831 gchar *utf8; local 888 utf8 = g_convert (str, len, "UTF-8", from_codeset, 890 if (!utf8) 906 p = utf8; 1004 g_free (utf8); [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.cc | 514 gchar* utf8 = gtk_text_buffer_get_text(text_buffer_, &start, &end, false); local 515 string16 out(UTF8ToUTF16(utf8)); 516 g_free(utf8); 2098 std::string utf8 = UTF16ToUTF8(text); local [all...] |
/external/chromium/webkit/glue/ |
multipart_response_delegate_unittest.cc | 88 return string(response_.httpHeaderField(WebString::fromUTF8(name)).utf8()); 181 string(client.response_.textEncodingName().utf8())); 541 "multipart/byteranges; boundary=--bound--; charSet=utf8"); 555 "multipart/byteranges; boundary=\"--bound--\"; charSet=utf8");
|
webkit_glue.cc | 206 std::string url = item.urlString().utf8();
|
/external/webkit/LayoutTests/http/conf/ |
httpd.conf | 575 AddCharset UTF-8 .utf8
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
LegacyWebArchive.cpp | 512 LOG_ERROR("Unabled to archive subframe %s", childFrame->tree()->uniqueName().string().utf8().data()); 542 LOG_ERROR("Failed to archive subresource for %s", subresourceURL.string().utf8().data());
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleManager.cpp | 732 curl_easy_setopt(d->m_handle, CURLOPT_USERPWD, userpass.utf8().data()); 737 curl_easy_setopt(d->m_handle, CURLOPT_PROXY, m_proxy.utf8().data());
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 490 CString frameName = coreFrame->tree()->uniqueName().string().utf8(); 866 return g_strdup(mimeType.utf8().data()); [all...] |
/external/bluetooth/glib/tests/ |
gen-casemap-txt.pl | 27 use utf8; 64 binmode STDOUT, ":utf8";
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
SamplingTool.cpp | 340 printf("#%d: %s:%d: %d / %lld (%.3f%%)\n", i + 1, record->m_executable->sourceURL().utf8().data(), codeBlock->lineNumberForBytecodeOffset(0), record->m_sampleCount, m_sampleCount, blockPercent);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
UString.cpp | 42 #include <wtf/unicode/UTF8.h> 321 CString UString::utf8(bool strict) const function in class:JSC::UString
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
WebKitAccessibleHyperlink.cpp | 59 returnedString = str.utf8();
|
/external/webkit/Source/WebCore/dom/ |
Text.cpp | 337 strncpy(buffer, result.utf8().data(), length - 1);
|