Home
last modified time | relevance | path

Searched refs:utflen (Results 1 – 8 of 8) sorted by relevance

/external/libutf/
Dutflen.c20 utflen(const char *s) in utflen() function
DAndroid.bp20 "utflen.c",
Dutf.h94 int utflen(const char* s);
DMakefile46 utflen.$O\
/external/lua/src/
Dlutf8lib.c71 static int utflen (lua_State *L) { in utflen() function
242 {"len", utflen},
/external/boringssl/src/crypto/x509/
Da_strex.c242 int utflen; in do_buf() local
243 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c); in do_buf()
244 for (i = 0; i < utflen; i++) { in do_buf()
/external/mksh/src/
Deval.c85 static int utflen(const char *) MKSH_A_PURE;
90 utflen(const char *s) in utflen() function
481 flen = utflen(beg); in expand()
490 flen = utflen(beg); in expand()
1166 c = utflen(p); in varsub()
/external/javasqlite/src/main/native/
Dsqlite_jni.c367 jsize utflen = (*env)->GetStringUTFLength(env, src); in trans2iso()
370 dest->result = dest->tofree = malloc(utflen + 1); in trans2iso()
381 dest->result[utflen] = '\0'; in trans2iso()