Searched refs:byteToColumn (Results 1 – 1 of 1) sorted by relevance
272 int byteToColumn(int n) const { in byteToColumn() function296 while (byteToColumn(++N) == -1) {} in startOfNextColumn()303 while (byteToColumn(--N) == -1) {} in startOfPreviousColumn()400 - (map.byteToColumn(SourceEnd)-map.byteToColumn(SourceStart)); in selectInterestingSourceRegion()433 assert(map.byteToColumn(NewStart) != -1); in selectInterestingSourceRegion()434 unsigned NewColumns = map.byteToColumn(SourceEnd) - in selectInterestingSourceRegion()435 map.byteToColumn(NewStart); in selectInterestingSourceRegion()455 assert(map.byteToColumn(NewEnd) != -1); in selectInterestingSourceRegion()456 unsigned NewColumns = map.byteToColumn(NewEnd) - in selectInterestingSourceRegion()457 map.byteToColumn(SourceStart); in selectInterestingSourceRegion()[all …]