Searched refs:pFormat (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.cpp110 auto pFormat = pdfium::MakeUnique<CFX_FormatString>(m_pLocaleMgr, false); local
112 pFormat->SplitFormatString(wsPattern, wsPatterns);
119 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat);
123 bRet = pFormat->ParseNull(wsValue, wsFormat);
129 bRet = pFormat->ParseZero(wsValue, wsFormat);
136 bRet = pFormat->ParseNum(wsValue, wsFormat, fNum);
138 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
143 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput);
146 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput);
153 bRet = pFormat
469 auto pFormat = pdfium::MakeUnique<CFX_FormatString>(m_pLocaleMgr, false); local
491 auto pFormat = pdfium::MakeUnique<CFX_FormatString>(m_pLocaleMgr, false); local
798 auto pFormat = pdfium::MakeUnique<CFX_FormatString>(m_pLocaleMgr, false); local
[all...]
H A Dcxfa_widgetdata.cpp1545 if (CXFA_Node* pFormat = m_pNode->GetChild(0, XFA_Element::Format)) {
1546 if (CXFA_Node* pPicture = pFormat->GetChild(0, XFA_Element::Picture)) {
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTString.cpp1616 @Input pFormat A string containing the formating
1620 CPVRTString CPVRTString::format(const char *pFormat, ...) argument
1624 va_start(arg, pFormat);
1626 size_t bufSize = _vscprintf(pFormat,arg);
1628 size_t bufSize = vsnprintf(NULL,0,pFormat,arg);
1634 va_start(arg, pFormat);
1635 vsnprintf(buf, bufSize + 1, pFormat, arg);
1883 @Input pFormat A string containing the formating
1887 CPVRTString PVRTStringFromFormattedStr(const char *pFormat, ...) argument
1891 va_start(arg, pFormat);
[all...]
H A DPVRTString.h737 @param[in] pFormat A string containing the formating
741 CPVRTString format(const char *pFormat, ...);
892 @param[in] pFormat A string containing the formating
896 CPVRTString PVRTStringFromFormattedStr(const char *pFormat, ...);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c2204 enum pipe_format pFormat; local
2260 pFormat = st_choose_matching_format(st, bindings, format, type,
2263 if (pFormat != PIPE_FORMAT_NONE)
2264 return st_pipe_format_to_mesa_format(pFormat);
2268 pFormat = st_choose_matching_format(st, PIPE_BIND_SAMPLER_VIEW,
2271 if (pFormat != PIPE_FORMAT_NONE)
2272 return st_pipe_format_to_mesa_format(pFormat);
2277 pFormat = st_choose_format(st, internalFormat, format, type,
2280 if (pFormat == PIPE_FORMAT_NONE && !is_renderbuffer) {
2282 pFormat
[all...]
/external/pdfium/core/fxcrt/
H A Dfx_basic_bstring.cpp441 void CFX_ByteString::FormatV(const FX_CHAR* pFormat, va_list argList) { argument
452 for (const FX_CHAR* pStr = pFormat; *pStr != 0; pStr++) {
474 pFormat = "Bad width";
491 pFormat = "Bad precision";
646 FXSYS_vsnprintf(m_pData->m_String, nMaxLen - 1, pFormat, argListSave);
652 void CFX_ByteString::Format(const FX_CHAR* pFormat, ...) { argument
654 va_start(argList, pFormat);
655 FormatV(pFormat, argList);
H A Dfx_basic_wstring.cpp406 void CFX_WideString::FormatV(const FX_WCHAR* pFormat, va_list argList) { argument
417 for (const FX_WCHAR* pStr = pFormat; *pStr != 0; pStr++) {
439 pFormat = L"Bad width";
456 pFormat = L"Bad precision";
610 (const wchar_t*)pFormat, argListSave);
616 void CFX_WideString::Format(const FX_WCHAR* pFormat, ...) { argument
618 va_start(argList, pFormat);
619 FormatV(pFormat, argList);
/external/walt/android/WALT/app/src/main/jni/
H A Dplayer.c265 audio_source.pFormat = &format_pcm;
275 audio_sink.pFormat = NULL;
/external/drrickorang/LoopbackApp/app/src/main/jni/
H A Dsles.cpp661 audiosrc.pFormat = &pcm;
663 audiosnk.pFormat = NULL;
746 audiosrc.pFormat = NULL;
752 audiosnk.pFormat = &pcm;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1495 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); local
1497 if (pFormat == NULL || U_FAILURE(status)) {
1500 pFormat->setLenient(TRUE);
1504 pFormat->parse(testCase, n, status);
1517 pFormat->parse(testCase, n, status);
1527 delete pFormat;

Completed in 690 milliseconds