OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsBlock
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h
45
const CFX_WideString&
wsBlock
,
50
void GetBlockText(CFX_WideString&
wsBlock
);
fde_txtedtblock.cpp
16
const CFX_WideString&
wsBlock
,
22
const FX_WCHAR* lpBuf = const FX_WCHAR * (
wsBlock
);
23
int32_t nCount =
wsBlock
.GetLength();
94
void CFDE_TxtEdtBlock::GetBlockText(CFX_WideString&
wsBlock
) {
100
wsBlock
+= wsTemp;
fde_txtedtengine.cpp
189
CFX_WideString
wsBlock
;
190
pBlock->GetRealText(
wsBlock
);
191
nCopyLength =
wsBlock
.GetLength();
192
FXSYS_memcpy(lpBuffer + nRealLength, const FX_WCHAR*(
wsBlock
),
[
all
...]
Completed in 66 milliseconds