Home
last modified time | relevance | path

Searched refs:encodeStd (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/base64/
Dbase64_test.go73 const encodeStd = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" const
76 var funnyEncoding = NewEncoding(encodeStd).WithPadding(rune('@'))
548 e := NewEncoding(encodeStd)