/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
MockWebServer.java | 884 String value = streamHeaders.get(i).value.utf8(); 892 httpHeaders.add(name.utf8(), value); [all...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferedSourceTest.java | 363 assertEquals("abcd" + repeat('e', Segment.SIZE), source.readByteString().utf8()); 368 assertEquals("abc", source.readByteString(3).utf8());
|
/external/v8/test/cctest/ |
test-api-interceptors.cc | 106 String::Utf8Value utf8(name); 107 char* name_str = *utf8; 126 String::Utf8Value utf8(name); 127 char* name_str = *utf8; 165 String::Utf8Value utf8(name); 166 char* name_str = *utf8; 185 String::Utf8Value utf8(name); 186 char* name_str = *utf8; [all...] |
test-deoptimization.cc | 468 v8::String::Utf8Value utf8(result); 469 CHECK_EQ(0, strcmp("a+an X", *utf8));
|
test-parsing.cc | 399 v8::String::Utf8Value utf8(result); 400 CHECK_EQ(0, strcmp("foo", *utf8)); 407 v8::String::Utf8Value utf8(result); 408 CHECK_EQ(0, strcmp("foo", *utf8)); 415 v8::String::Utf8Value utf8(result); 416 CHECK_EQ(0, strcmp("foo", *utf8)); 696 static const unsigned kMaxUC16CharU = unibrow::Utf8::kMaxThreeByteChar; 700 (unibrow::Utf8::kMaxOneByteChar + 1) + 701 (unibrow::Utf8::kMaxTwoByteChar - unibrow::Utf8::kMaxOneByteChar) * 2 [all...] |
test-heap-profiler.cc | [all...] |
/external/vulkan-validation-layers/loader/ |
loader.c | [all...] |
/external/icu/icu4c/source/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 ) 710 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH); local [all...] |
/external/libchrome/base/files/ |
file_path.cc | 613 FilePath FilePath::FromUTF8Unsafe(const std::string& utf8) { 615 return FilePath(utf8); 617 return FilePath(SysWideToNativeMB(UTF8ToWide(utf8))); 650 FilePath FilePath::FromUTF8Unsafe(const std::string& utf8) { 651 return FilePath(UTF8ToWide(utf8)); [all...] |
/external/ImageMagick/coders/ |
pdf.c | [all...] |
/external/dbus/dbus/ |
dbus-marshal-validate.c | 884 case DBUS_INVALID_BAD_UTF8_IN_STRING: return "Bad utf8 in string"; [all...] |
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 67 #include <unicode/utf8.h> 488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; 522 fEncoding = UTF8; } 566 case UTF8:
|
/system/core/adb/ |
sysdeps.h | 35 #include <android-base/utf8.h>
|
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 428 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteCount) { 443 icu::UnicodeString utf16(icu::UnicodeString::fromUTF8(icu::StringPiece(utf8, byteCount))); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_xmlrpc.py | 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?> 175 (s, d), m = xmlrpclib.loads(utf8) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_xmlrpc.py | 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?> 175 (s, d), m = xmlrpclib.loads(utf8) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?> 175 (s, d), m = xmlrpclib.loads(utf8) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 150 utf8 = """<?xml version='1.0' encoding='iso-8859-1'?> 175 (s, d), m = xmlrpclib.loads(utf8) [all...] |
/external/v8/test/mjsunit/asm/embenchen/ |
copy.js | 815 var utf8 = new Runtime.UTF8Processor(); 818 ret += utf8.processCChar(t); [all...] |
corrections.js | 815 var utf8 = new Runtime.UTF8Processor(); 818 ret += utf8.processCChar(t); [all...] |
primes.js | 815 var utf8 = new Runtime.UTF8Processor(); 818 ret += utf8.processCChar(t); [all...] |
/external/v8/test/mjsunit/wasm/embenchen/ |
copy.js | 818 var utf8 = new Runtime.UTF8Processor(); 821 ret += utf8.processCChar(t); [all...] |
corrections.js | 818 var utf8 = new Runtime.UTF8Processor(); 821 ret += utf8.processCChar(t); [all...] |
primes.js | 818 var utf8 = new Runtime.UTF8Processor(); 821 ret += utf8.processCChar(t); [all...] |
/external/icu/icu4c/source/test/intltest/ |
collationtest.cpp | 484 std::string utf8; local 485 UnicodeString(s).toUTF8String(utf8); 487 reinterpret_cast<const uint8_t *>(utf8.c_str()), 0, -1); [all...] |