Home
last modified time | relevance | path

Searched defs:UnicodeGroups (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.h305 UnicodeGroups = 1<<10, // Allow \p{Han} for Unicode Han group enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h307 UnicodeGroups = 1<<10, // Allow \p{Han} for Unicode Han group enumerator
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.h306 UnicodeGroups = 1<<10, // Allow \p{Han} for Unicode Han group enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dparse.go65 UnicodeGroups // allow \p{Han}, \P{Han} for Unicode group and negation const