Home
last modified time | relevance | path

Searched defs:nWordIndex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_section.cpp225 int32_t nWordIndex = std::clamp(place.nWordIndex, 0, in AddWord() local
718 void CPVT_Section::ClearLeftWords(int32_t nWordIndex) { in ClearLeftWords()
725 void CPVT_Section::ClearRightWords(int32_t nWordIndex) { in ClearRightWords()
H A Dcpvt_wordplace.h70 int32_t nWordIndex = -1; member
H A Dcpvt_variabletext.cpp87 void CPVT_VariableText::Iterator::SetAt(int32_t nWordIndex) { in SetAt()
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp84 void CPWL_EditImpl::Iterator::SetAt(int32_t nWordIndex) { in SetAt()