HomeSort by relevance Sort by last modified time
    Searched refs:nDataLength (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 296 FX_STRSIZE nDataLength = pData->m_nDataLength;
297 m_pData = StringData::Create(nDataLength);
299 FXSYS_memcpy(m_pData->m_String, pData->m_String, nDataLength + 1);
1011 FX_STRSIZE nDataLength = len - pos;
1013 (nDataLength + 1) * sizeof(FX_CHAR));
1014 m_pData->m_nDataLength = nDataLength;
fx_basic_wstring.cpp 261 FX_STRSIZE nDataLength = pData->m_nDataLength;
262 m_pData = StringData::Create(nDataLength);
265 (nDataLength + 1) * sizeof(FX_WCHAR));
589 int nDataLength =
592 (nDataLength + 1) * sizeof(FX_WCHAR));
593 m_pData->m_nDataLength = nDataLength;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]

Completed in 147 milliseconds