- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ValidRune (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/bytes/bytes.go
case r == utf8.RuneError: for i := 0; i < len(s); { r1, n := utf8.DecodeRune(s[i:]) if r1 == utf8.RuneError { return i } i += n } return -1 case !utf8.ValidRune(r): return -1 default: // Search for rune r using the last byte of its UTF-8 encoded form. // The distribution of the last byte is more uniform compared to the
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 12 17:56:55 GMT 2026 - 36.3K bytes - Click Count (0) -
api/go1.1.txt
pkg unicode/utf8, const MaxRune = 1114111 pkg unicode/utf8, const RuneError = 65533 pkg unicode/utf8, const RuneSelf = 128 pkg unicode/utf8, const UTFMax = 4
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)