Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
94 if (ch != EditLineCharType(' ')) in IsOnlySpaces()129 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()134 for (EditLineCharType ch : line) { in GetIndentation()135 if (ch != EditLineCharType(' ')) in GetIndentation()227 void Enter(const EditLineCharType *line_cstr) { in Enter()320 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()667 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()758 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()791 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
67 using EditLineCharType = wchar_t; variable71 using EditLineCharType = char;