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

  /external/pdfium/xfa/fxfa/
cxfa_textpiece.h 25 WideString szText;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 289 const char *szText;
294 szText = (const char*)m_pShell->PVRShellGet(prefExitMessage);
302 if(!szText || !szCaption)
305 nT = (int)strlen(szText) + 1;
311 for(i = 0; (tzText[i] = szText[i]) != 0; ++i);

Completed in 73 milliseconds