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

  /external/pdfium/core/fxcrt/
cfx_widetextbuf.cpp 54 CFX_WideTextBuf& CFX_WideTextBuf::operator<<(const wchar_t* lpsz) {
55 AppendBlock(lpsz, wcslen(lpsz) * sizeof(wchar_t));
cfx_widetextbuf.h 38 CFX_WideTextBuf& operator<<(const wchar_t* lpsz);
widestring.cpp 907 int WideString::Compare(const wchar_t* lpsz) const {
909 return lpsz ? wcscmp(m_pData->m_String, lpsz) : 1;
910 return (!lpsz || lpsz[0] == 0) ? 0 : -1;
930 int WideString::CompareNoCase(const wchar_t* lpsz) const {
932 return lpsz ? FXSYS_wcsicmp(m_pData->m_String, lpsz) : 1;
933 return (!lpsz || lpsz[0] == 0) ? 0 : -1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiwin.h 34 WINBOOL WINAPI IsBadBoundedStringPtr(const void *lpsz,UINT cchMax);
mapiutil.h 181 STDAPI_(WINBOOL) FBinFromHex(LPTSTR lpsz,LPBYTE lpb);
182 STDAPI_(SCODE) ScBinFromHexBounded(LPTSTR lpsz,LPBYTE lpb,ULONG cb);
183 STDAPI_(void) HexFromBin(LPBYTE lpb,int cb,LPTSTR lpsz);
184 STDAPI_(ULONG) UlFromSzHex(LPCTSTR lpsz); variable
185 STDAPI HrEntryIDFromSz(LPTSTR lpsz,ULONG *lpcb,LPENTRYID *lppEntryID);
186 STDAPI HrSzFromEntryID(ULONG cb,LPENTRYID lpEntryID,LPTSTR *lpsz);
191 STDAPI_(LPTSTR) SzFindCh(LPCTSTR lpsz,USHORT ch);
192 STDAPI_(LPTSTR) SzFindLastCh(LPCTSTR lpsz,USHORT ch);
193 STDAPI_(LPTSTR) SzFindSz(LPCTSTR lpsz,LPCTSTR lpszKey);
194 STDAPI_(unsigned int) UFromSz(LPCTSTR lpsz); variable
    [all...]
mapinls.h 86 WINBOOL WINAPI MNLS_IsBadStringPtrW(LPCWSTR lpsz,UINT ucchMax);
mqmail.h 43 LPSTR lpsz; member in union:MQMailFormFieldData_tag
wabutil.h 181 STDAPI_(LPTSTR) SzFindCh(LPCTSTR lpsz,USHORT ch);
182 STDAPI_(LPTSTR) SzFindLastCh(LPCTSTR lpsz,USHORT ch);
183 STDAPI_(LPTSTR) SzFindSz(LPCTSTR lpsz,LPCTSTR lpszKey);
184 STDAPI_(unsigned int) UFromSz(LPCTSTR lpsz); variable
combaseapi.h 292 WINOLEAPI CLSIDFromString (LPCOLESTR lpsz, LPCLSID pclsid);
294 WINOLEAPI IIDFromString (LPCOLESTR lpsz, LPIID lpiid);
303 WINOLEAPI_(int) StringFromGUID2 (REFGUID rguid, LPOLESTR lpsz, int cchMax);
windowsx.h16     [all...]
wabapi.h 102 LPTSTR lpsz; member in struct:_WABEXTDISPLAY
windowsx.h     [all...]
shlwapi.h 390 LWSTDAPI_(void) PathQuoteSpacesA(LPSTR lpsz); variable
391 LWSTDAPI_(void) PathQuoteSpacesW(LPWSTR lpsz); variable
428 LWSTDAPI_(void) PathUnquoteSpacesA(LPSTR lpsz); variable
429 LWSTDAPI_(void) PathUnquoteSpacesW(LPWSTR lpsz); variable
    [all...]
wingdi.h     [all...]
vfw.h     [all...]
winuser.h     [all...]
commctrl.h     [all...]
winbase.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 812 milliseconds