HomeSort by relevance Sort by last modified time
    Searched refs:utf8 (Results 301 - 325 of 380) sorted by null

<<111213141516

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 285 g_object_set(m_playBin, "uri", url.utf8().data(), NULL);
287 LOG_VERBOSE(Media, "Load %s", url.utf8().data());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 361 compositeOperatorName(op).utf8().data());
ImageBufferHaiku.cpp 365 B_TRANSLATOR_BITMAP, mimeType.utf8().data()) != B_OK) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 407 if (chmod(filename.utf8().data(), S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)) {
WebUrlLoaderClient.cpp 146 std::string filename = element.m_filename.utf8().data();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 384 CString cstr = message.utf8();
DumpRenderTreeSupportQt.cpp 1061 const QByteArray utf8 = html.toUtf8(); local
    [all...]
  /external/webkit/Tools/Scripts/
extract-localizable-strings 382 utf8::decode($localizedStrings) if $^V ge v5.8;
  /external/expat/tests/
runtests.c 395 char *utf8 = local
399 run_character_check(text, utf8);
401 run_attribute_check(text, utf8);
    [all...]
  /external/skia/samplecode/
SampleAll.cpp 396 char utf8[] = "utf8" "\xe2\x80\xa6"; local
523 canvas->drawText(utf8, sizeof(utf8) - 1, x, y, paint);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp 271 CString sourceURLUTF8 = srcURL == blankURL() ? "" : srcURL.utf8();
272 CString markupUTF8 = markup.utf8();
700 CString charString = dataStrings.first().utf8();
  /external/icu4c/test/cintltst/
ncnvtst.c 296 log_verbose("Testing for UTF8\n");
309 expected, sizeof(expected), "UTF8", offsets, TRUE, U_ZERO_ERROR ))
310 log_err("u-> UTF8 with offsets and flush true did not match.\n");
312 expected, sizeof(expected), "UTF8", 0, TRUE, U_ZERO_ERROR ))
313 log_err("u-> UTF8 with offsets and flush true did not match.\n");
315 expected, sizeof(expected), "UTF8", offsets, FALSE, U_ZERO_ERROR ))
316 log_err("u-> UTF8 with offsets and flush true did not match.\n");
318 expected, sizeof(expected), "UTF8", 0, FALSE, U_ZERO_ERROR ))
319 log_err("u-> UTF8 with offsets and flush true did not match.\n");
322 sampleText, sizeof(sampleText)/sizeof(sampleText[0]), "UTF8", 0, TRUE, U_ZERO_ERROR )
711 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 365 ::glBindAttribLocation(program, index, name.utf8().data());
516 bool isValid = m_compiler.validateShaderSource(entry.source.utf8().data(), shaderType, translatedShaderSource, shaderInfoLog);
526 const CString& translatedShaderCString = translatedShaderSource.utf8();
733 return ::glGetAttribLocation(program, name.utf8().data());
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 97 returnedString = str.utf8();
382 attributeSet = addAttributeToSet(attributeSet, "level", value.utf8().data());
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 842 char utf8[64]; local
849 u_strToUTF8(utf8, 64, &length, nfc, length, &error);
851 fprintf(stdout, "Error converting UChar to utf8\n");
855 fprintf(OUTPUT_, "%s<br>", utf8);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 969 const QByteArray utf8 = html.toUtf8(); local
970 WTF::RefPtr<WebCore::SharedBuffer> data = WebCore::SharedBuffer::create(utf8.constData(), utf8.length());
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 291 response.httpHeaderField("Accept-Ranges").utf8();
  /external/kernel-headers/original/linux/
msdos_fs.h 215 utf8:1, /* Use of UTF-8 character set (Default) */ member in struct:fat_mount_options
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 354 CString utf8String = string.utf8();
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 412 printf("%s\t%p %s\n", indent.data(), it->first, it->first->description().utf8().data());
GraphicsLayer.cpp 542 fprintf(stderr, "%s\n", output.utf8().data());
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 225 LOG(Media, "MediaPlayerPrivatePhonon::load(\"%s\")", url.utf8().data());
  /external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 425 filename.utf8().data(),
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 430 m_impl->bindAttribLocation(program, index, name.utf8().data());
513 return m_impl->getAttribLocation(program, name.utf8().data());
574 return m_impl->getUniformLocation(program, name.utf8().data());
602 m_impl->shaderSource(shader, string.utf8().data());
    [all...]

Completed in 1864 milliseconds

<<111213141516