Home
last modified time | relevance | path

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

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