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

<<21222324252627282930>>

  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 253 std::string description = object.accessibilityDescription().utf8();
258 std::string help_text = object.helpText().utf8();
270 value = object.stringValue().utf8();
290 std::string title = object.title().utf8();
302 std::string value_description = object.valueDescription().utf8();
640 return atoi(accessibility_object().stringValue().utf8().data());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 381 result = string.getBytes("UTF8");
383 assertTrue("Wrong length UTF8: " + Integer.toHexString(i),
386 "Wrong bytes UTF8: " + Integer.toHexString(i),
399 bytes = new String(result, "UTF8");
400 assertTrue("Wrong UTF8 byte length: " + bytes.length() + "("
403 "Wrong char UTF8: "
    [all...]
  /art/runtime/
intern_table.cc 176 const std::string utf8 = s->ToModifiedUtf8(); local
181 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str());
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 228 return "utf8{\"" + toHuman() + "\"}";
234 return "utf8";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 111 //OutputStreamWriter osw = new OutputStreamWriter( os, "UTF8" );
114 //InputStreamReader isr = new InputStreamReader( @is, "UTF8" );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 118 //OutputStreamWriter osw = new OutputStreamWriter( os, "UTF8" );
121 //InputStreamReader isr = new InputStreamReader( @is, "UTF8" );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 79 OutputStreamWriter osw = new OutputStreamWriter(os, "UTF8");
82 InputStreamReader isr = new InputStreamReader(is, "UTF8");
  /external/chromium_org/base/strings/
utf_offset_string_conversions_unittest.cc 22 const char* utf8; member in struct:base::UTF8ToUTF16Case
41 UTF8ToUTF16AndAdjustOffsets(utf8_to_utf16_cases[i].utf8, &offsets);
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 185 LocalizedError::GetStrings(error.reason, error.domain.utf8(),
222 error.domain.utf8(),
  /external/chromium_org/components/autofill/core/browser/
autofill_regex_constants.cc.utf8 5 // This file contains UTF8 strings that we want as char arrays. To avoid
6 // different compilers, we use a script to convert the UTF8 strings into
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-form-data.html 120 UTF8: C3 A4
125 UTF8: C4 9B
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 56 return blob->uuid().utf8();
61 return blob->hasBackingFile() ? toFile(blob)->path().utf8() : "";
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.cpp 137 name = name.utf8(StrictUTF8Conversion).data();
141 value = value.utf8(StrictUTF8Conversion).data();
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 165 CString utf8(UTF8ConversionMode mode = LenientUTF8Conversion) const { return m_string.utf8(mode); } function in class:WTF::AtomicString
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.h 43 // Convert an unsigned value to it's utf8 representation. Returns the length
46 // Decode the utf8 encoded value pointed to by source. Returns the number of
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LiteralByteString.java 157 return Utf8.isValidUtf8(bytes, offset, offset + size());
163 return Utf8.partialIsValidUtf8(state, bytes, index, index + length);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format.h 182 // Verifies that a string field is valid UTF8, logging an error if not.
186 // Verifies that a string field is valid UTF8, logging an error if not.
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 288 ** The argument is a UTF8 string represented in hexadecimal.
289 ** The UTF8 might not be well-formed. Run this string through
  /external/chromium_org/ui/base/resource/
data_pack.cc 133 if (text_encoding_type_ != UTF8 && text_encoding_type_ != UTF16 &&
257 if (textEncodingType != UTF8 && textEncodingType != UTF16 &&
  /external/fonttools/Lib/fontTools/ttLib/tables/
M_E_T_A_.py 255 return uString.encode('utf8')
259 uString = string.decode('utf8')
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
config.c 219 /* U+FEFF Byte Order Mark in UTF8 */
226 /* We are at the file beginning; skip UTF8-encoded BOM
  /external/protobuf/src/google/protobuf/
wire_format.h 229 // Verifies that a string field is valid UTF8, logging an error if not.
233 // Verifies that a string field is valid UTF8, logging an error if not.
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 104 * Note that we assume we are using utf8 both as input and as output!
105 * In utf8, characters may be classed as follows:
  /libcore/support/src/test/java/tests/resources/x509/
default.cnf 230 otherName.0 = 1.2.3.4;UTF8:test1
239 subjectAltName = otherName:1.2.3.4;UTF8:test1

Completed in 474 milliseconds

<<21222324252627282930>>