Home
last modified time | relevance | path

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

/third_party/re2/re2/testing/
Dstring_generator_test.cc61 int l = utflen(s.c_str()); in RunTest()
74 int alpha = utflen(alphabet.c_str()); in RunTest()
/third_party/re2/util/
Dutf.h39 int utflen(const char* s);
Drune.cc212 utflen(const char *s) in utflen() function
/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()