Lines Matching refs:GetChar
439 wchar_t ch = GetChar(pos - 1); in GetIndexLeft()
453 wchar_t ch = GetChar(pos); in GetIndexRight()
457 ch = GetChar(pos); in GetIndexRight()
475 ch = GetChar(line_start); in GetIndexUp()
500 ch = GetChar(line_end); in GetIndexDown()
522 wchar_t ch = GetChar(pos); in GetIndexAtStartOfLine()
529 ch = GetChar(pos - 1); in GetIndexAtStartOfLine()
543 wchar_t ch = GetChar(pos); in GetIndexAtEndOfLine()
551 ch = GetChar(pos); in GetIndexAtEndOfLine()
924 wchar_t CFDE_TextEditEngine::GetChar(size_t idx) const { in GetChar() function in CFDE_TextEditEngine
992 wchar_t wch = GetChar(pos); in GetIndexForPoint()
994 if (wch == L'\n' && pos > 0 && GetChar(pos - 1) == L'\r') in GetIndexForPoint()
1016 wchar_t previous_char = GetChar(pos - 1); in GetIndexForPoint()
1094 password_mode_ ? password_alias_ : iter->GetChar()); in RebuildPieces()
1127 char_widths_.push_back(piece->GetChar(k)->m_iCharWidth); in RebuildPieces()
1239 wchar_t CFDE_TextEditEngine::Iterator::GetChar() const { in GetChar() function in CFDE_TextEditEngine::Iterator
1240 return engine_->GetChar(current_position_); in GetChar()
1264 ePreType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()
1268 WordBreakProperty eCurType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()
1273 WordBreakProperty eNextType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()
1299 eNextType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()