/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 516 'utf8' : 'utf_8',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
EasyDialogs.py | 673 return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8') 729 name_utf8 = unicode(name, 'macroman').encode('utf8') 732 return unicode(fullpath, 'utf8') 783 return tpwanted(rr.selection_fsr[0].as_pathname(), 'utf8')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_register.py | 1 # -*- encoding: utf8 -*-
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 516 'utf8' : 'utf_8',
|
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 235 const char* utf8 = dex_file->StringDataByIdx(string_idx); local 236 string = strings[utf8]; 240 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved string=" << utf8;
|
/external/chromium_org/chrome/renderer/ |
content_settings_observer.cc | 474 std::string origin_host(origin.host().utf8()); 528 std::string origin_host(origin.host().utf8()); 659 const std::string extension_id = origin.host().utf8().data();
|
/external/chromium_org/content/renderer/ |
v8_value_converter_impl.cc | 318 v8::String::Utf8Value utf8(val->ToString()); 319 return new base::StringValue(std::string(*utf8, utf8.length()));
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
DOMPatchSupport.cpp | 406 digestor->consume(reinterpret_cast<const unsigned char*>(string.utf8().data()), string.length()); 513 fprintf(stderr, "%s[%lu]: %s (%p) - [%lu]\n", name.utf8().data(), i, map[i].first ? nodeName(map[i].first->m_node).utf8().data() : "", map[i].first, map[i].second);
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn1_gen.c | 81 /* UTF8 */ 367 else if (!strncmp(vstart, "UTF8", 4)) 577 ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING),
|
/external/chromium_org/third_party/sqlite/src/src/ |
utf.c | 50 ** a multi-byte UTF8 character. 151 ** * This routine accepts an infinite number of different UTF8 encodings 173 ** For this routine, we assume the UTF8 string is always zero-terminated.
|
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/ |
device_info_ds.cc | 212 "Failed to convert device name to UTF8. %d", 243 "Failed to convert device name to UTF8. %d", 282 (int32_t) strlen((char*) deviceUniqueIdUTF8); // UTF8 is also NULL terminated [all...] |
/external/chromium_org/tools/grit/grit/ |
util.py | 30 _, UTF8, UTF16 = range(3) 38 if encoding == UTF8: 39 return message.encode('utf8')
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 130 std::string utf8 = base::UTF16ToUTF8(text_data); local 132 base::RefCountedString::TakeString(&utf8)); 171 // Format is UTF8: URL + "\n" + title.
|
/external/chromium_org/ui/base/resource/ |
resource_bundle.cc | 509 DCHECK(encoding == ResourceHandle::UTF16 || encoding == ResourceHandle::UTF8) 512 // Data pack encodes strings as either UTF8 or UTF16. 517 } else if (encoding == ResourceHandle::UTF8) {
|
/external/harfbuzz_ng/util/ |
options.cc | 293 {"utf8-clusters", 0, 0, G_OPTION_ARG_NONE, &this->utf8_clusters, "Use UTF8 byte indices, not char indices", NULL}, 312 " unless the --utf8-clusters is provided, in which case range indices\n"
|
/external/jmdns/src/javax/jmdns/ |
ServiceInfo.java | 569 * Get the text for the service. This will interpret the text bytes as a UTF8 encoded string. Will return null if the bytes are not a valid UTF8 encoded string.<br/> 629 * Get a property of the service. This involves decoding the text bytes into a property list. Returns null if the property is not found, the text data could not be decoded correctly, or the resulting bytes are not a valid UTF8 string.
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
MockWebServer.java | 637 + " protocol is " + protocol.name.utf8()); 649 String value = spdyHeaders.get(i).value.utf8(); 657 httpHeaders.add(name.utf8() + ": " + value);
|
/external/openssl/crypto/asn1/ |
asn1_gen.c | 81 /* UTF8 */ 367 else if (!strncmp(vstart, "UTF8", 4)) 577 ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING),
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 569 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8")); 637 // Check that an obviously wrong UTF8 encoded string is correctly detected: 649 CPPUNIT_MESSAGE("Not enough platform localization support to check UTF8 encoding.");
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 571 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8")); 639 // Check that an obviously wrong UTF8 encoded string is correctly detected: 651 CPPUNIT_MESSAGE("Not enough platform localization support to check UTF8 encoding.");
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 571 locale loc(locale::classic(), new codecvt_byname<wchar_t, char, mbstate_t>(".utf8")); 639 // Check that an obviously wrong UTF8 encoded string is correctly detected: 651 CPPUNIT_MESSAGE("Not enough platform localization support to check UTF8 encoding.");
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
regextst.cpp | 338 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n", 345 LocalUConverterPointer UTF8Converter(ucnv_open("UTF8", &status)); 351 logln("RegexTest unable to convert input to UTF8 at line %d. Status = %s\n", line, u_errorName(status)); 361 errln("RegexTest failure in REPattern::matcher() at line %d (UTF8). Status = %s\n", 369 errln("RegexTest failure in lookingAt() at line %d (UTF8). Status = %s\n", 374 errln("RegexTest: wrong return from lookingAt() at line %d (UTF8).\n", line); 381 errln("RegexTest failure in matches() at line %d (UTF8). Status = %s\n", 386 errln("RegexTest: wrong return from matches() at line %d (UTF8).\n", line); [all...] |
/external/icu/icu4c/source/test/intltest/ |
regextst.cpp | 440 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n", 447 LocalUConverterPointer UTF8Converter(ucnv_open("UTF8", &status)); 453 logln("RegexTest unable to convert input to UTF8 at line %d. Status = %s\n", line, u_errorName(status)); 463 errln("RegexTest failure in REPattern::matcher() at line %d (UTF8). Status = %s\n", 471 errln("RegexTest failure in lookingAt() at line %d (UTF8). Status = %s\n", 476 errln("RegexTest: wrong return from lookingAt() at line %d (UTF8).\n", line); 483 errln("RegexTest failure in matches() at line %d (UTF8). Status = %s\n", 488 errln("RegexTest: wrong return from matches() at line %d (UTF8).\n", line); [all...] |
/external/libxml2/ |
encoding.c | 130 conv->utf8 = ucnv_open("UTF-8", &status); 146 ucnv_close(conv->utf8); 154 * Conversions To/From UTF8 encoding * 345 * No op copy operation for UTF8 handling. 961 * We now allow an UTF8 encoded BOM 1165 if (!strcmp(upper, "UTF8")) return(XML_CHAR_ENCODING_UTF8); [all...] |
/external/chromium_org/base/strings/ |
string_util_unittest.cc | 80 // Testing the truncation of valid UTF8 correctly 104 // Testing invalid UTF8 112 // Testing invalid UTF8 mixed with valid UTF8 [all...] |