Home | History | Annotate | Download | only in fde

Lines Matching refs:GetChar

411   wchar_t ch = GetChar(pos);
414 ch = GetChar(pos - 1);
428 wchar_t ch = GetChar(pos);
432 ch = GetChar(pos);
450 ch = GetChar(line_start);
475 ch = GetChar(line_end);
497 wchar_t ch = GetChar(pos);
504 ch = GetChar(pos - 1);
518 wchar_t ch = GetChar(pos);
526 ch = GetChar(pos);
857 wchar_t CFDE_TextEditEngine::GetChar(size_t idx) const {
913 wchar_t wch = GetChar(pos);
915 if (wch == L'\n' && pos > 0 && GetChar(pos - 1) == L'\r')
993 password_mode_ ? password_alias_ : iter->GetChar());
1028 char_widths_.push_back(piece->GetChar(k)->m_iCharWidth);
1146 wchar_t CFDE_TextEditEngine::Iterator::GetChar() const {
1147 return engine_->GetChar(current_position_);
1171 ePreType = GetWordBreakProperty(GetChar());
1175 WordBreakProperty eCurType = GetWordBreakProperty(GetChar());
1180 WordBreakProperty eNextType = GetWordBreakProperty(GetChar());
1206 eNextType = GetWordBreakProperty(GetChar());