Home | History | Annotate | Download | only in base

Lines Matching refs:last_char

213   const typename STR::size_type last_char = input.length() - 1;
217 input.find_last_not_of(trim_chars) : last_char;
236 ((last_good_char == last_char) ? TRIM_NONE : TRIM_TRAILING));