Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 4 of 4) sorted by relevance

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