Searched refs:WordCmp (Results 1 – 7 of 7) sorted by relevance
274 if (PlaceRange.BeginPos.WordCmp(SecBeginPos) >= 0) { in ClearWords()275 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()281 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()
48 if (BeginPos.WordCmp(EndPos) > 0) { in SwapWordPlace()
32 inline int32_t WordCmp(const CPVT_WordPlace& wp) const { in WordCmp() function
523 if (place.WordCmp(pSection->GetBeginWordPlace()) <= 0) { in GetPrevWordPlace()540 if (place.WordCmp(pSection->GetEndWordPlace()) >= 0) { in GetNextWordPlace()
594 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetEditAppearanceStream()701 if (place.WordCmp(pRange->EndPos) > 0) in GetSelectAppearanceStream()760 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawEdit()764 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && in DrawEdit()765 place.WordCmp(wrSelect.EndPos) <= 0; in DrawEdit()1007 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) { in GetSel()1074 if (place.WordCmp(wrTemp.EndPos) > 0) in GetRangeText()1523 if (place.WordCmp(wrTemp.EndPos) > 0) in RefreshWordRange()1707 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) in OnVK_LEFT()1751 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) > 0) in OnVK_RIGHT()[all …]
31 if (wr2.EndPos.WordCmp(wr1.BeginPos) < 0 || in OverlapWordRange()32 wr2.BeginPos.WordCmp(wr1.EndPos) > 0) in OverlapWordRange()34 if (wr1.EndPos.WordCmp(wr2.BeginPos) < 0 || in OverlapWordRange()35 wr1.BeginPos.WordCmp(wr2.EndPos) > 0) in OverlapWordRange()38 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) { in OverlapWordRange()44 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) { in OverlapWordRange()
796 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) { in CombineWordRange()802 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) { in CombineWordRange()