Searched defs:lpszFormat (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp489 void CFX_ByteString::FormatV(FX_LPCSTR lpszFormat, va_list argList) argument
498 for (FX_LPCSTR lpsz = lpszFormat; *lpsz != 0; lpsz ++) {
523 lpszFormat = "Bad width";
540 lpszFormat = "Bad precision";
696 FXSYS_vsprintf(m_pData->m_String, lpszFormat, argListSave);
701 void CFX_ByteString::Format(FX_LPCSTR lpszFormat, ...) argument
704 va_start(argList, lpszFormat);
705 FormatV(lpszFormat, argList);
H A Dfx_basic_wstring.cpp785 void CFX_WideString::FormatV(FX_LPCWSTR lpszFormat, va_list argList) argument
794 for (FX_LPCWSTR lpsz = lpszFormat; *lpsz != 0; lpsz ++) {
819 lpszFormat = (FX_LPCWSTR)L"Bad width";
836 lpszFormat = (FX_LPCWSTR)L"Bad precision";
992 FXSYS_vswprintf((wchar_t*)m_pData->m_String, nMaxLen + 1, (const wchar_t*)lpszFormat, argListSave);
997 void CFX_WideString::Format(FX_LPCWSTR lpszFormat, ...) argument
1000 va_start(argList, lpszFormat);
1001 FormatV(lpszFormat, argList);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 86 milliseconds