Home
last modified time | relevance | path

Searched refs:isEndBeforeGap (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp148 bool isEndBeforeGap = (fromOffset + numBytes - 1) < fGapIndex; in GetString() local
150 if (isStartBeforeGap == isEndBeforeGap) { in GetString()
268 bool isEndBeforeGap = ((offset + length - 1) < fGapIndex); in GetString() local
270 if (isStartBeforeGap == isEndBeforeGap) { in GetString()