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/
H A 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()
211 * because if utflen==1 its value will be correct anyway in do_buf()
/third_party/openssl/crypto/asn1/
H A Da_strex.c207 int utflen; in do_buf() local
208 utflen = UTF8_putc(utfbuf, sizeof(utfbuf), c); in do_buf()
209 for (i = 0; i < utflen; i++) { in do_buf()
212 * because if utflen==1 its value will be correct anyway in do_buf()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dutf.h104 // utflen returns the number of runes that are represented by the UTF
107 int utflen(const char* s);
113 // count them; in this way, it differs from utflen, which includes
/third_party/mksh/
H A 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()

Completed in 5 milliseconds