Home
last modified time | relevance | path

Searched refs:nWordLength (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fee/src/fx_wordbreak/
Dfx_wordbreak_impl.cpp120 int32_t nWordLength = GetWordLength(); in GetWord() local
121 if (nWordLength <= 0) { in GetWord()
124 FX_WCHAR* lpBuf = wsWord.GetBuffer(nWordLength); in GetWord()
135 wsWord.ReleaseBuffer(nWordLength); in GetWord()