/external/chromium_org/third_party/npapi/npspy/extern/java/ |
jni.h | 592 (JNIEnv *env, const char *utf); [all...] |
jri.h | 353 #define JRI_NewStringUTF(env, utf, len) \ 354 (((*(env))->NewStringUTF)(env, JRI_NewStringUTF_op, utf, len)) [all...] |
/development/ndk/platforms/android-3/include/ |
jni.h | [all...] |
/external/chromium_org/third_party/libxml/src/ |
testapi.c | 35994 unsigned char * utf; \/* Pointer to putative UTF-8 encoded string. *\/ local 36026 unsigned char * utf; \/* a sequence of UTF-8 encoded bytes *\/ local 36691 xmlChar * utf; \/* pointer to the UTF8 character *\/ local 36723 xmlChar * utf; \/* a sequence of UTF-8 encoded bytes *\/ local 36755 xmlChar * utf; \/* the input UTF8 * *\/ local 36794 xmlChar * utf; \/* the input UTF8 * *\/ local 36833 xmlChar * utf; \/* the input UTF8 * *\/ local 36872 xmlChar * utf; \/* a sequence of UTF-8 encoded bytes *\/ local 36911 xmlChar * utf; \/* a sequence of UTF-8 encoded bytes *\/ local [all...] |
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/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 | 55 #include "utf.h" [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | [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 2785 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...] |