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

/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1595 enum pipe_format pFormat; local
1612 pFormat = st_choose_format(screen, internalFormat, format, type,
1615 if (pFormat == PIPE_FORMAT_NONE) {
1617 pFormat = st_choose_format(screen, internalFormat, format, type,
1621 if (pFormat == PIPE_FORMAT_NONE) {
1626 return st_pipe_format_to_mesa_format(pFormat);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_localevalue.cpp106 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); local
108 pFormat->SplitFormatString(wsPattern, wsPatterns);
114 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat);
118 bRet = pFormat->ParseNull(wsValue, wsFormat);
124 bRet = pFormat->ParseZero(wsValue, wsFormat);
131 bRet = pFormat->ParseNum(wsValue, wsFormat, fNum);
133 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput);
141 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput);
148 bRet = pFormat
461 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); local
485 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); local
814 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1494 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); local
1496 if (pFormat == NULL || U_FAILURE(status)) {
1499 pFormat->setLenient(TRUE);
1503 pFormat->parse(testCase, n, status);
1516 pFormat->parse(testCase, n, status);
1526 delete pFormat;

Completed in 365 milliseconds