Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf16/
Dutf16.go100 func AppendRune(a []uint16, r rune) []uint16 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/utf8/
Dutf8.go375 func AppendRune(p []byte, r rune) []byte { func