HomeSort by relevance Sort by last modified time
    Searched full:utf8 (Results 376 - 400 of 1524) sorted by null

<<11121314151617181920>>

  /art/runtime/
reference_table.cc 189 std::string utf8(s->ToModifiedUtf8());
191 StringAppendF(&extras, " \"%s\"", utf8.c_str());
193 StringAppendF(&extras, " \"%.16s... (%d chars)", utf8.c_str(), s->GetLength());
  /external/chromium_org/base/i18n/
streaming_utf8_validator_perftest.cc 6 // validated as UTF8. Since this is done on the IO thread, it needs to be
9 // We are only interested in the performance on valid UTF8. Invalid UTF8 will
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc 125 width_str += element.getAttribute("width").utf8().data();
132 height_str += element.getAttribute("height").utf8().data();
145 std::string style_str = element.getAttribute("style").utf8();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp 199 v8::String::Utf8Value utf8(data);
200 char* comma = strnstr(*utf8, ",", utf8.length());
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 156 finalURL().string().utf8().data(), input.encoding(),
179 xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data()));
280 CString importHref = import->href().utf8();
  /external/chromium_org/third_party/libxml/src/include/libxml/
encoding.h 56 * Libxml does not do beforehand translation on UTF8 and ISOLatinX.
59 * Anything else would have to be translated to UTF8 before being
149 UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */ member in struct:_uconv_t
  /external/chromium_org/v8/tools/
lexer-shell.cc 63 case UTF8:
194 } else if (strcmp(argv[i], "--utf8") == 0) {
195 encoding = UTF8;
  /external/libxml2/include/libxml/
encoding.h 41 * Libxml does not do beforehand translation on UTF8 and ISOLatinX.
44 * Anything else would have to be translated to UTF8 before being
134 UConverter *utf8; /* for conversion between UTF-8 and UTF-16 */ member in struct:_uconv_t
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Item.java 50 * {@link ClassWriter#DOUBLE}, {@link ClassWriter#UTF8},
199 case ClassWriter.UTF8:
235 case ClassWriter.UTF8:
  /external/chromium_org/chrome/tools/mac_helpers/
infoplist_strings_util.mm 86 // Data pack encodes strings as either UTF8 or UTF16.
87 if (data_pack->GetTextEncodingType() == ui::DataPack::UTF8) {
289 // We set up Xcode projects expecting strings files to be UTF8, so make
296 fprintf(stderr, "ERROR: failed to get the utf8 encoding of the strings "
  /external/chromium_org/components/query_parser/
snippet.h 35 // NOTE: the positions returned are in terms of UTF8 encoding. To convert the
  /external/chromium_org/content/browser/
histogram_internals_request_job.cc 63 charset->assign("UTF8");
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 121 message.utf8()));
130 Send(new DevToolsHostMsg_SaveAgentRuntimeState(routing_id(), state.utf8()));
164 category_filter.utf8()), TraceEventCallbackWrapper);
172 trace_log->SetEnabled(base::debug::CategoryFilter(category_filter.utf8()),
  /external/chromium_org/extensions/common/
stack_frame.cc 51 // We need to use utf8 for re2 matching.
  /external/chromium_org/extensions/renderer/
app_runtime_custom_bindings.cc 36 std::string v = std::string(data_webstring.utf8());
  /external/chromium_org/media/filters/
file_data_source_unittest.cc 34 // the string to UTF8 under Windows. For Mac and Linux, file paths are already
  /external/chromium_org/net/base/
filename_util_icu.cc 81 // utf8 encoded characters in name.
  /external/chromium_org/sync/notifier/
invalidation_state_tracker.h 47 // bootstrap itself. |data| is binary data (not valid UTF8, embedded nulls,
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
versions.html 5 <meta charset=utf8>
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueTestHelper.h 66 *os << typeName << "(" << cssValue.cssText().utf8().data() << ")";
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLShadowElement.cpp 75 String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data());
  /external/chromium_org/third_party/WebKit/Source/wtf/
PrintStream.cpp 62 out.print(string.utf8());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 207 return codecs.open(path, 'r', 'utf8')
210 return codecs.open(path, 'w', 'utf8')
216 with codecs.open(path, 'r', 'utf8') as f:
223 with codecs.open(path, 'w', 'utf8') as f:
  /external/chromium_org/third_party/cld/encodings/public/
encodings.h 91 // text (e.g. ASCII_7BIT is a subset of UTF8).
117 // (simplified or traditional), Japanese, or Korean. Note: UTF8 is not
125 // encoding (not UTF8, etc).
282 // also use UTF8 instead of encodings that we don't support in our
  /external/chromium_org/third_party/icu/source/common/
ucnvlat1.c 322 UConverter *utf8; local
331 utf8=pToUArgs->converter;
338 c=(UChar32)utf8->toUnicodeStatus;
348 utf8->toUnicodeStatus=0;
349 utf8->toULength=0;
406 utf8->toUnicodeStatus=utf8->toUBytes[0]=b=*source++;
407 utf8->toULength=1;
408 utf8->mode=utf8_countTrailBytes[b]+1;

Completed in 395 milliseconds

<<11121314151617181920>>