Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_stream.cpp765 int32_t const* pByteSize) { in ReadString() argument
773 int32_t iBytes = pByteSize == NULL ? iMaxLength * 2 : *pByteSize; in ReadString()
792 int32_t iBytes = pByteSize == NULL ? iMaxLength : *pByteSize; in ReadString()
1045 int32_t const* pByteSize) { in ReadString() argument
1052 if (pByteSize != NULL) { in ReadString()
1053 iLen = std::min(iLen, *pByteSize); in ReadString()
Dfx_stream.h195 int32_t const* pByteSize = NULL);
236 int32_t const* pByteSize = NULL);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.h36 int32_t const* pByteSize = NULL);
Dxfa_basic_imp.cpp610 int32_t const* pByteSize) { in ReadString() argument
/external/pdfium/xfa/src/fgas/include/
Dfx_stm.h58 int32_t const* pByteSize = NULL) = 0;