OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWordLength
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fee/include/
fx_wordbreak.h
20
virtual int32_t
GetWordLength
() const = 0;
/external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.h
54
virtual int32_t
GetWordLength
() const;
fx_wordbreak_impl.cpp
116
int32_t CFX_WordBreak::
GetWordLength
() const {
120
int32_t nWordLength =
GetWordLength
();
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
372
nCount = pIter->
GetWordLength
();
Completed in 41 milliseconds