Searched refs:notJustWhitespace (Results 1 – 1 of 1) sorted by relevance
197 …bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current !=… variable198 return notJustWhitespace || isEmptyInline(it.object());