| 427 | } |
| 428 | |
| 429 | void SpecialRepresentations::Clear() { |
| 430 | mapReprs.clear(); |
| 431 | const short none = 0; |
| 432 | std::fill(startByteHasReprs, std::end(startByteHasReprs), none); |
| 433 | } |
| 434 | |
| 435 | void BreakFinder::Insert(Sci::Position val) { |
| 436 | const int posInLine = static_cast<int>(val); |