Home
last modified time | relevance | path

Searched defs:DecodeRune (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf16/
Dutf16.go37 func DecodeRune(r1, r2 rune) rune { func
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf8/
Dutf8.go151 func DecodeRune(p []byte) (r rune, size int) { func