/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_upload.py | 1 # -*- encoding: utf8 -*-
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 1402 char utf8[256]; local [all...] |
/external/bison/m4/ |
iconv.m4 | 144 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); 171 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
|
/external/chromium_org/build/secondary/third_party/WebKit/Source/wtf/ |
BUILD.gn | 237 "unicode/UTF8.cpp", 238 "unicode/UTF8.h",
|
/external/chromium_org/chrome/renderer/extensions/ |
webstore_bindings.cc | 141 std::string rel = elem.getAttribute("rel").utf8(); 145 std::string webstore_url_string(elem.getAttribute("href").utf8());
|
/external/chromium_org/content/child/ |
websocket_bridge.cc | 223 protocols_to_pass.push_back(protocols[i].utf8()); 280 std::string reason_to_pass = reason.utf8();
|
/external/chromium_org/content/renderer/pepper/ |
pepper_webplugin_impl.cc | 68 init_data_->arg_names.push_back(params.attributeNames[i].utf8()); 69 init_data_->arg_values.push_back(params.attributeValues[i].utf8());
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PODIntervalTree.h | 244 node, localMaxValueString.utf8().data(), node->data().toString().utf8().data());
|
/external/chromium_org/third_party/libxslt/libxslt/ |
numbers.c | 75 * @utf: pointer to the UTF8 character 88 /* check valid UTF8 character */ 103 * @utf1: pointer to first UTF8 char 104 * @utf2: pointer to second UTF8 char 168 * fixed length in order to try to cater for (reasonable) UTF8 169 * separators and numeric characters. The max UTF8 char size will be 1162 * Note that j is the number of UTF8 chars before the separator, 1171 /* Skip over pattern separator (accounting for UTF8) */ [all...] |
/external/chromium_org/third_party/webrtc/base/ |
stringencode.h | 26 // Convert an unsigned value to it's utf8 representation. Returns the length 29 // Decode the utf8 encoded value pointed to by source. Returns the number of
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 244 "Mac OS X denies the creation of a directory with an invalid utf8 name") 246 # Test non-ASCII, non-UTF8 bytes in the path.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_testcapi.so | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genericpath.py | 244 "Mac OS X denies the creation of a directory with an invalid utf8 name") 246 # Test non-ASCII, non-UTF8 bytes in the path.
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_name.cpp | 33 static void SkStringFromUTF16BE(const uint16_t* utf16be, size_t length, SkString& utf8) { 36 utf8.reset(); 40 utf8.appendUnichar(SkUTF16BE_NextUnichar(&utf16be)); 68 static void SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) { 69 utf8.reset(); 71 utf8.appendUnichar(macRoman[i] < 0x80 ? macRoman[i]
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFileWriter.java | 557 int utf8 = addUtf8Info(jvmname); local 559 output.writeShort(utf8); 654 int utf8 = addUtf8Info(str); local 656 output.writeShort(utf8); 718 public int addUtf8Info(String utf8) { 720 output.writeUTF(utf8);
|
ConstPool.java | 732 int utf8 = addUtf8Info(Descriptor.toJvmName(qname)); local 733 info = new ClassInfo(utf8, numOfItems); 955 * <p>If the given utf8 string has been already recorded in the 962 public int addUtf8Info(String utf8) { 963 Utf8Info info = (Utf8Info)strings.get(utf8); 967 info = new Utf8Info(utf8, numOfItems); 968 strings.put(utf8, info); [all...] |
/external/skia/src/sfnt/ |
SkOTTable_name.cpp | 33 static void SkStringFromUTF16BE(const uint16_t* utf16be, size_t length, SkString& utf8) { 36 utf8.reset(); 40 utf8.appendUnichar(SkUTF16BE_NextUnichar(&utf16be)); 68 static void SkStringFromMacRoman(const uint8_t* macRoman, size_t length, SkString& utf8) { 69 utf8.reset(); 71 utf8.appendUnichar(macRoman[i] < 0x80 ? macRoman[i]
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 155 buf_->append(name.utf8()); 157 buf_->append(value.utf8()); 176 result.append(status.utf8()); 195 response_info->mime_type = response.mimeType().utf8(); 554 arg_names_.push_back(params.attributeNames[i].utf8()); 555 arg_values_.push_back(params.attributeValues[i].utf8()); 605 // TODO(darin): Is conversion from UTF8 correct here? 933 LowerCaseEqualsASCII(request.httpMethod().utf8(), "post")) { [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURL.cpp | 678 CString utf8 = UTF8Encoding().normalizeAndEncode(notEncodedString, WTF::URLEncodedEntitiesForUnencodables); local 681 int inputLength = utf8.length(); 685 url::EncodeURIComponent(utf8.data(), inputLength, &buffer); 704 printf("%s\n", m_string.utf8().data()); 909 StringUTF8Adaptor utf8(m_string); 910 m_isValid = url::ReplaceComponents(utf8.data(), utf8.length(), m_parsed, replacements, 0, &output, &newParsed);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | 529 someConverters[2] = ucnv_open("utf8", &err); 2283 utf8[]={ local 2534 char utf8[16]; local 2599 char utf8[600], expect[600]; local 2777 utf8[]={ local [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 48 // The UTF8 flag, passed to the constructor, causes both pattern 52 // may depend on the UTF8 flag, so always use it when matching 53 // UTF8 text. E.g., "." will match one byte normally but with UTF8 57 // PCRE re(utf8_pattern, PCRE::UTF8); 222 UTF8 = 0x0800, // == PCRE_UTF8 223 EnabledCompileOptions = UTF8,
|
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 485 someConverters[2] = ucnv_open("utf8", &err); 2245 utf8[]={ local 2498 char utf8[16]; local 2564 char utf8[600], expect[600]; local 2742 utf8[]={ local [all...] |
/external/regex-re2/util/ |
pcre.h | 48 // The UTF8 flag, passed to the constructor, causes both pattern 52 // may depend on the UTF8 flag, so always use it when matching 53 // UTF8 text. E.g., "." will match one byte normally but with UTF8 57 // PCRE re(utf8_pattern, PCRE::UTF8); 216 UTF8 = 0x0800, // == PCRE_UTF8 217 EnabledCompileOptions = UTF8,
|
/external/icu/icu4c/source/common/ |
ucnvmbcs.c | 51 #include "unicode/utf8.h" 4865 UConverter *utf8, *cnv; local 5171 UConverter *utf8, *cnv; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnvmbcs.c | 4867 UConverter *utf8, *cnv; local 5170 UConverter *utf8, *cnv; local [all...] |