Home | History | Annotate | Download | only in strings

Lines Matching refs:UTF

5 // Package strings implements simple functions to manipulate UTF-8 encoded strings.
7 // For information about UTF-8 strings in Go, see https://blog.golang.org/strings.
15 // explode splits s into a slice of UTF-8 strings,
17 // Invalid UTF-8 sequences become correct encodings of U+FFFD.
149 // invalid UTF-8 byte sequence.
261 // If sep is empty, SplitN splits after each UTF-8 sequence.
270 // If sep is empty, SplitAfterN splits after each UTF-8 sequence.
281 // If sep is empty, Split splits after each UTF-8 sequence.
287 // If sep is empty, SplitAfter splits after each UTF-8 sequence.
687 // and after each UTF-8 sequence, yielding up to k+1 replacements
724 // EqualFold reports whether s and t, interpreted as UTF-8 strings,