Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_strex.c206 int utflen; in do_buf() local
207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
208 for (i = 0; i < utflen; i++) { in do_buf()
/third_party/openssl/crypto/asn1/
Da_strex.c206 int utflen; in do_buf() local
207 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
208 for (i = 0; i < utflen; i++) { in do_buf()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dutf.h107 int utflen(const char* s);
/third_party/mksh/
Deval.c90 static int utflen(const char *) MKSH_A_PURE;
95 utflen(const char *s) in utflen() function
477 flen = utflen(beg); in expand()
486 flen = utflen(beg); in expand()
1365 sc = utflen(p); in varsub()