Searched refs:stringCodepointsIterator (Results 1 – 1 of 1) sorted by relevance
628 func (si stringCodepoints) Iterate() Iterator { return &stringCodepointsIterator{si, 0} }630 type stringCodepointsIterator struct { struct635 func (it *stringCodepointsIterator) Next(p *Value) bool { argument654 func (*stringCodepointsIterator) Done() {} argument