Searched refs:textPositionMap (Results 1 – 1 of 1) sorted by relevance
236 type textPositionMap map[int]textPosition type238 func translatePositions(buffer []rune, positions []int) textPositionMap {239 …length, translations, j, line, symbol := len(positions), make(textPositionMap, len(positions)), 0,…