Home | History | Annotate | Download | only in bytes

Lines Matching full:points

50 // If sep is an empty slice, Count returns 1 + the number of Unicode code points in s.
151 // IndexRune interprets s as a sequence of UTF-8-encoded Unicode code points.
165 // IndexAny interprets s as a sequence of UTF-8-encoded Unicode code points.
167 // code points in chars. It returns -1 if chars is empty or if there is no code
191 // points. It returns the byte index of the last occurrence in s of any of
192 // the Unicode code points in chars. It returns -1 if chars is empty or if
277 // FieldsFunc interprets s as a sequence of UTF-8-encoded Unicode code points.
278 // It splits the slice s at each run of code points c satisfying f(c) and
279 // returns a slice of subslices of s. If all code points in s satisfy f(c), or
356 // output are interpreted as UTF-8-encoded Unicode code points.
475 // Unicode code points c that satisfy f(c).
485 // encoded Unicode code points c that satisfy f(c).
498 // UTF-8-encoded Unicode code points c that satisfy f(c).
521 // IndexFunc interprets s as a sequence of UTF-8-encoded Unicode code points.
528 // LastIndexFunc interprets s as a sequence of UTF-8-encoded Unicode code points.
583 // trailing UTF-8-encoded Unicode code points contained in cutset.
589 // UTF-8-encoded Unicode code points contained in cutset.
595 // UTF-8-encoded Unicode code points that are contained in cutset.
606 // Runes returns a slice of runes (Unicode code points) equivalent to s.