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