Searched refs:EditLineCharType (Results 1 – 2 of 2) sorted by relevance
94 if (ch != EditLineCharType(' ')) in IsOnlySpaces()156 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line; in FixIndentation()161 for (EditLineCharType ch : line) { in GetIndentation()162 if (ch != EditLineCharType(' ')) in GetIndentation()259 void Enter(const EditLineCharType *line_cstr) { in Enter()350 for (const EditLineCharType *character = info->buffer; in IsOnlySpaces()720 const EditLineCharType *cursor = info->cursor; in DeleteNextCharCommand()811 EditLineStringType(indentation, EditLineCharType(' '))); in NextLineCommand()844 EditLineCharType inserted[] = {(EditLineCharType)ch, 0}; in FixIndentationCommand()
69 using EditLineCharType = wchar_t; variable73 using EditLineCharType = char;