Home
last modified time | relevance | path

Searched defs:MaxRune (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf16/
Dexport_test.go12 MaxRune = maxRune const
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf8/
Dutf8.go18 MaxRune = '\U0010FFFF' // Maximum valid Unicode code point. const
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go10 MaxRune = '\U0010FFFF' // Maximum valid Unicode code point. const
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc436 static int MaxRune(int len) { in MaxRune() function
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dcompile.cc437 static int MaxRune(int len) { in MaxRune() function
/aosp_15_r20/external/regex-re2/re2/
H A Dcompile.cc450 static int MaxRune(int len) { in MaxRune() function