(runeIndex int)
| 779 | } |
| 780 | |
| 781 | func (t *Tokenizer) getByteOffset(runeIndex int) int { |
| 782 | return t.bufferByteOffset[runeIndex] |
| 783 | } |
| 784 | |
| 785 | func (t *Tokenizer) equalWordCaseInsensitive(word []rune) bool { |
| 786 | for i := range word { |
no outgoing calls
no test coverage detected