- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DecodeRuneInString (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/kms/context.go
// and served to some browsers. dst.WriteString(`u00`) dst.WriteByte(hexTable[b>>4]) dst.WriteByte(hexTable[b&0xF]) } i++ start = i continue } c, size := utf8.DecodeRuneInString(s[i:]) if c == utf8.RuneError && size == 1 { if start < i { dst.WriteString(s[start:i]) } dst.WriteString(`\ufffd`) i += size start = i continue }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Jan 02 17:15:06 GMT 2022 - 6K bytes - Click Count (0) -
api/go1.txt
pkg unicode/utf8, func DecodeLastRune([]uint8) (int32, int) pkg unicode/utf8, func DecodeLastRuneInString(string) (int32, int) pkg unicode/utf8, func DecodeRune([]uint8) (int32, int) pkg unicode/utf8, func DecodeRuneInString(string) (int32, int) pkg unicode/utf8, func EncodeRune([]uint8, int32) int pkg unicode/utf8, func FullRune([]uint8) bool pkg unicode/utf8, func FullRuneInString(string) bool
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)