Home
last modified time | relevance | path

Searched defs:Rune (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dutf.h25 typedef signed int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/ typedef
/external/libutf/
Dutf.h6 typedef signed int Rune; /* Code-point values in Unicode 4.0 are 21 bits wide.*/ typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp407 static void encodeUtf8(uint32_t Rune, std::string &Out) { in encodeUtf8()