Lines Matching full:character
38 * <li> Repeated whitespace is folded into just one character to
89 * are folded into one character to save space. Null strings are
105 * Appends a character to the buffer. We fold sequences of whitespace and
123 * Returns the last character in the buffer and removes it from the buffer
124 * or the NUL character '\0' if the buffer is empty.
126 * @return last character in the buffer or '\0' if the buffer is empty
140 * Returns the character at a given index in the buffer or nul ('\0')
146 * character in the buffer.
150 * @return character at the requested index
169 * last character in the buffer.
171 * @param position The index at which to set the character
172 * @param input The character to set in the buffer
217 * @param start The index of the first character the copy
218 * @param end the index of the last character to copy