Home | History | Annotate | Download | only in ime

Lines Matching full:substr

150             utf8_text_.substr(0, SelectionLeft()));
152 utf8_text_.substr(0, SelectionRight()));
158 std::string str = utf8_text_.substr(0, caret_pos_);
174 str.substr(0, composition_selection_.first));
176 str.substr(0, composition_selection_.second));
192 int lx = font_.MeasureSimpleText(str.substr(0, l));
193 int rx = font_.MeasureSimpleText(str.substr(0, r));
204 str.substr(0, composition_selection_.first));
212 std::string str = utf8_text_.substr(caret_pos_);
363 std::string str = utf8_text_.substr(0, caret_pos_);
365 str += composition_.substr(0, composition_selection_.first);
370 utf8_text_.substr(SelectionLeft(),