/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 897 >>> serialize(elem, encoding="utf-8") 907 >>> serialize(elem, encoding="utf-8") 918 >>> serialize(elem, encoding="utf-8") 929 >>> serialize(elem, encoding="utf-8") 940 >>> serialize(elem, encoding="utf-8") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | 187 self.assertEqual(b, self.type2test(sample[:-4], "utf-8")) [all...] |
test_xml_etree.py | 897 >>> serialize(elem, encoding="utf-8") 907 >>> serialize(elem, encoding="utf-8") 918 >>> serialize(elem, encoding="utf-8") 929 >>> serialize(elem, encoding="utf-8") 940 >>> serialize(elem, encoding="utf-8") [all...] |
/dalvik/vm/ |
Jni.cpp | [all...] |
/external/chromium_org/third_party/libxml/src/ |
encoding.c | 5 * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies 6 * rfc2781 UTF-16, an encoding of ISO 10646, P. Hoffman, F. Yergeau 7 * [ISO-10646] UTF-8 and UTF-16 in Annexes 11 * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is 20 * Original code for IsoLatin1 and UTF-16 by "Martin J. Duerst" <duerst@w3.org> 126 conv->utf8 = ucnv_open("UTF-8", &status); 161 * Take a block of ASCII chars in and try to convert it to an UTF-8 204 * @in: a pointer to an array of UTF-8 char 2301 const xmlChar *utf = (const xmlChar *) in->content; local [all...] |
/external/libxml2/ |
encoding.c | 5 * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies 6 * rfc2781 UTF-16, an encoding of ISO 10646, P. Hoffman, F. Yergeau 7 * [ISO-10646] UTF-8 and UTF-16 in Annexes 11 * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is 20 * Original code for IsoLatin1 and UTF-16 by "Martin J. Duerst" <duerst@w3.org> 126 conv->utf8 = ucnv_open("UTF-8", &status); 161 * Take a block of ASCII chars in and try to convert it to an UTF-8 204 * @in: a pointer to an array of UTF-8 char 2304 const xmlChar *utf = (const xmlChar *) in->content; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
handlebars-1.0.0.beta.6.js | 496 var source = cwd.join(args[1]).read({charset: "utf-8"}); [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |