Home
last modified time | relevance | path

Searched refs:utfrune (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dutf.h40 char* utfrune(const char*, Rune);
Drune.cc233 utfrune(const char *s, Rune c) in utfrune() function
/external/libutf/
Dutfrune.c21 utfrune(const char *s, Rune c) in utfrune() function
Dutfutf.c38 for(p=s1; (p=utfrune(p, f)) != 0; p+=n1) in utfutf()
Dutf.h111 const char* utfrune(const char* s, Rune r);
DAndroid.bp53 "utfrune.c",
DMakefile49 utfrune.$O\
/external/tflite-support/third_party/
Dutf.BUILD22 "libutf/utfrune.c",
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dstring_generator_test.cc57 EXPECT_TRUE(utfrune(alphabet.c_str(), r) != NULL); in RunTest()