Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/
Drune.go40 maxRune = '\U0010FFFF' const
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf16/
Dutf16.go14 maxRune = '\U0010FFFF' // Maximum valid Unicode code point. const
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dutf8.go11 maxRune = '\U0010FFFF' // Maximum valid Unicode code point. const