OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wChars
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp
109
->
wChars
[m_nCurIndex];
118
->
wChars
[m_nCurIndex];
129
->
wChars
[m_nCurIndex];
193
FXSYS_memcpy(lpChunk->
wChars
, lpSrcBuf, nCopyedLength * sizeof(FX_WCHAR));
218
return pChunkHeader->
wChars
[pChunkHeader->nUsed - (nTotal - nIndex)];
231
FX_WCHAR* lpSrcBuf = lpChunkHeader->
wChars
+ cp.nCharIndex;
242
lpSrcBuf = lpChunkHeader->
wChars
;
261
FXSYS_memcpy(lpNewChunk->
wChars
, lpChunk->
wChars
+ cp.nCharIndex,
275
FXSYS_memcpy(lpChunk->
wChars
+ lpChunk->nUsed, lpText,
[
all
...]
fde_txtedtbuf.h
46
FX_WCHAR
wChars
[1];
Completed in 44 milliseconds