HomeSort by relevance Sort by last modified time
    Searched refs:utf (Results 126 - 139 of 139) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/ipsec-tools/src/racoon/
cftoken.l 382 <S_GSSENC>utf-16le { YYD; yylval.num = LC_GSSENC_UTF16LE;
  /external/javasqlite/src/main/native/
sqlite_jni.c 64 int haveutf; /* true for SQLite UTF-8 support */
132 /* ISO to/from UTF-8 translation */
363 const char *utf = (*env)->GetStringUTFChars(env, src, 0); local
365 dest->result = dest->tofree = malloc(strlen(utf) + 1);
377 strcpy(dest->result, utf);
378 (*env)->ReleaseStringUTFChars(env, src, utf);
1018 trans2iso(env, strcmp(sqlite_libencoding(), "UTF-8") == 0, 0,
1102 h->haveutf = strcmp(sqlite_libencoding(), "UTF-8") == 0;
    [all...]
  /art/runtime/
jni_internal.cc 57 #include "utf.h"
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
webcomponents-lite.js 928 return "data:text/javascript;charset=utf-8," + encodeURIComponent(scriptContent);
    [all...]
  /prebuilts/python/darwin-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...]
  /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...]
  /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>
130 conv->utf8 = ucnv_open("UTF-8", &status);
165 * Take a block of ASCII chars in and try to convert it to an UTF-8
208 * @in: a pointer to an array of UTF-8 char
2787 const xmlChar *utf = (const xmlChar *) in->content; local
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /external/pcre/dist/
configure     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 370 milliseconds

1 2 3 4 56