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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 862 FX_LPSTR pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
863 while (pstrSource < pstrEnd) {
    [all...]
fx_basic_wstring.cpp 769 FX_LPWSTR pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
770 while (pstrSource < pstrEnd) {
    [all...]

Completed in 659 milliseconds