Searched refs:utflen (Results 1 – 8 of 8) sorted by relevance
20 utflen(const char *s) in utflen() function
20 "utflen.c",
94 int utflen(const char* s);
46 utflen.$O\
71 static int utflen (lua_State *L) { in utflen() function242 {"len", utflen},
242 int utflen; in do_buf() local243 utflen = UTF8_putc(utfbuf, sizeof utfbuf, c); in do_buf()244 for (i = 0; i < utflen; i++) { in do_buf()
85 static int utflen(const char *) MKSH_A_PURE;90 utflen(const char *s) in utflen() function481 flen = utflen(beg); in expand()490 flen = utflen(beg); in expand()1166 c = utflen(p); in varsub()
367 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()