Searched defs:CPVT_WordPlace (Results 1 – 1 of 1) sorted by relevance
22 struct CPVT_WordPlace { struct23 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) {} in CPVT_WordPlace() argument25 CPVT_WordPlace(int32_t other_nSecIndex, in CPVT_WordPlace() function35 FX_BOOL operator==(const CPVT_WordPlace& wp) const { argument45 inline int32_t WordCmp(const CPVT_WordPlace& wp) const { in WordCmp() argument67 inline int32_t LineCmp(const CPVT_WordPlace& wp) const { in LineCmp() argument83 inline int32_t SecCmp(const CPVT_WordPlace& wp) const { in SecCmp() argument102 CPVT_WordRange(const CPVT_WordPlace& begin, const CPVT_WordPlace& end) { in CPVT_WordRange() argument