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

  /hardware/ti/omap3/dspbridge/inc/
csl.h 74 * pstrSource: ansi string buffer pointer.
86 IN PSTR pstrSource, ULONG uSize);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 75 * pstrSource: ansi string buffer pointer.
87 IN PSTR pstrSource, ULONG uSize);
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 860 FX_LPSTR pstrSource = m_pData->m_String;
863 while (pstrSource < pstrEnd) {
864 if (*pstrSource != chRemove) {
865 *pstrDest = *pstrSource;
868 pstrSource ++;
871 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]
fx_basic_wstring.cpp 767 FX_LPWSTR pstrSource = m_pData->m_String;
770 while (pstrSource < pstrEnd) {
771 if (*pstrSource != chRemove) {
772 *pstrDest = *pstrSource;
775 pstrSource ++;
778 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 217 VOID SetRichErrorInfo(LPOLESTR pstrSource,LPOLESTR pstrDescription,LPOLESTR pstrHelpFile,ULONG ulHelpID) const;

Completed in 269 milliseconds