Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtblock.cpp16 const CFX_WideString& wsBlock, in CFDE_TxtEdtBlock() argument
22 const FX_WCHAR* lpBuf = const FX_WCHAR * (wsBlock); in CFDE_TxtEdtBlock()
23 int32_t nCount = wsBlock.GetLength(); in CFDE_TxtEdtBlock()
94 void CFDE_TxtEdtBlock::GetBlockText(CFX_WideString& wsBlock) { in GetBlockText() argument
100 wsBlock += wsTemp; in GetBlockText()
Dfde_txtedtblock.h45 const CFX_WideString& wsBlock,
50 void GetBlockText(CFX_WideString& wsBlock);
Dfde_txtedtengine.cpp189 CFX_WideString wsBlock; in GetText() local
190 pBlock->GetRealText(wsBlock); in GetText()
191 nCopyLength = wsBlock.GetLength(); in GetText()
192 FXSYS_memcpy(lpBuffer + nRealLength, const FX_WCHAR*(wsBlock), in GetText()