Searched refs:GetWordArraySize (Results 1 – 3 of 3) sorted by relevance
230 for (int32_t w = wordplace.nWordIndex + 1; w < pSection->GetWordArraySize(); in InsertSection()327 nIndex += pSection->GetWordArraySize(); in WordPlaceToWordIndex()343 nIndex += pSection->GetWordArraySize(); in WordIndexToWordPlace()522 nTotal += pSection->GetWordArraySize() + kReturnLength; in GetTotalWords()668 if (m_SectionArray[place.nSecIndex]->GetWordArraySize() != 0) in ClearEmptySection()692 for (int32_t i = 0; i < pNextSection->GetWordArraySize(); ++i) { in LinkLatterSection()721 if (pSection->GetWordArraySize() == 0) in ClearLeftWord()
69 int32_t GetWordArraySize() const;
419 int32_t CPVT_Section::GetWordArraySize() const { in GetWordArraySize() function in CPVT_Section