Home
last modified time | relevance | path

Searched refs:pLocale (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localemgr.cpp1047 CXML_Element* pLocale = NULL; in XFA_GetLocaleFromBuffer() local
1053 pLocale = CXML_Element::Parse(pOut, dwSize); in XFA_GetLocaleFromBuffer()
1056 if (pLocale) { in XFA_GetLocaleFromBuffer()
1057 return new CXFA_XMLLocale(pLocale); in XFA_GetLocaleFromBuffer()
1222 IFX_Locale* pLocale = ((IFX_Locale*)m_LocaleArray[i]); in GetLocaleByName() local
1223 if (pLocale->GetName() == wsLocaleName) { in GetLocaleByName()
1224 return pLocale; in GetLocaleByName()
1233 IFX_Locale* pLocale = ((IFX_Locale*)m_XMLLocaleArray[i]); in GetLocaleByName() local
1234 if (pLocale->GetName() == wsLocaleName) { in GetLocaleByName()
1235 return pLocale; in GetLocaleByName()
[all …]
Dxfa_localevalue.cpp61 IFX_Locale* pLocale, in CXFA_LocaleValue() argument
66 m_bValid = ParsePatternValue(wsValue, wsFormat, pLocale); in CXFA_LocaleValue()
99 IFX_Locale* pLocale, in ValidateValue() argument
103 if (pLocale) { in ValidateValue()
104 m_pLocaleMgr->SetDefLocale(pLocale); in ValidateValue()
186 if (pLocale) { in ValidateValue()
394 IFX_Locale* pLocale) { in SetText() argument
396 return m_bValid = ParsePatternValue(wsText, wsFormat, pLocale); in SetText()
405 IFX_Locale* pLocale) { in SetNum() argument
407 return m_bValid = ParsePatternValue(wsNum, wsFormat, pLocale); in SetNum()
[all …]
Dxfa_objectacc_imp.cpp2866 IFX_Locale* pLocale = GetLocal(); in SetValue() local
2869 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
2872 wsPicture, pLocale, pLocalMgr); in SetValue()
2916 IFX_Locale* pLocale = GetLocal(); in GetPictureContent() local
2917 if (!pLocale) { in GetPictureContent()
2923 pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Medium, in GetPictureContent()
2927 pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Medium, in GetPictureContent()
2931 pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Medium, in GetPictureContent()
2933 pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Medium, in GetPictureContent()
2956 IFX_Locale* pLocale = GetLocal(); in GetPictureContent() local
[all …]
Dxfa_locale.cpp222 CXFA_NodeLocale::CXFA_NodeLocale(CXFA_Node* pLocale) { in CXFA_NodeLocale() argument
223 m_pLocale = pLocale; in CXFA_NodeLocale()
Dxfa_locale.h51 CXFA_NodeLocale(CXFA_Node* pLocale);
Dxfa_object_imp.cpp512 IFX_Locale* pLocale = GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocaleName() local
513 if (pLocale) { in GetLocaleName()
514 wsLocaleName = pLocale->GetName(); in GetLocaleName()
/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h32 IFX_Locale* pLocale,
39 IFX_Locale* pLocale,
43 IFX_Locale* pLocale,
47 IFX_Locale* pLocale,
61 IFX_Locale* pLocale = NULL,
76 IFX_Locale* pLocale);
80 IFX_Locale* pLocale);
84 IFX_Locale* pLocale);
88 IFX_Locale* pLocale);
92 IFX_Locale* pLocale);
[all …]
Dxfa_localemgr.h37 void SetDefLocale(IFX_Locale* pLocale);
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp61 IFX_Locale* pLocale = NULL; in ~CFX_LocaleMgr() local
62 m_lcid2locale.GetNextAssoc(ps, plcid, (void*&)pLocale); in ~CFX_LocaleMgr()
63 pLocale->Release(); in ~CFX_LocaleMgr()
82 IFX_Locale* pLocale = in GetLocale() local
84 if (!pLocale) { in GetLocale()
88 pLocale = IFX_Locale::Create(pxml); in GetLocale()
89 m_lcid2locale.SetAt((void*)(uintptr_t)lcid, pLocale); in GetLocale()
92 return pLocale; in GetLocale()
Dfx_locale.cpp753 IFX_Locale* pLocale = NULL; in GetTextFormat() local
781 pLocale = GetPatternLocale(wsLCID); in GetTextFormat()
796 if (!pLocale) { in GetTextFormat()
797 pLocale = m_pLocaleMgr->GetDefLocale(); in GetTextFormat()
799 return pLocale; in GetTextFormat()
809 IFX_Locale* pLocale = NULL; in GetNumericFormat() local
840 pLocale = GetPatternLocale(wsLCID); in GetNumericFormat()
861 if (!pLocale) { in GetNumericFormat()
862 pLocale = m_pLocaleMgr->GetDefLocale(); in GetNumericFormat()
864 FXSYS_assert(pLocale != NULL); in GetNumericFormat()
[all …]
Dfx_localeimp.h109 IFX_Locale*& pLocale,
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1550 IFX_Locale* pLocale = NULL; in Time2Num() local
1555 pLocale = widgetData.GetLocal(); in Time2Num()
1557 pLocale = pMgr->GetLocaleByName( in Time2Num()
1562 pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Default, wsFormat); in Time2Num()
1572 wsFormat, pLocale, (CXFA_LocaleMgr*)pMgr); in Time2Num()
1999 IFX_Locale* pLocale = NULL; in Local2IsoDate() local
2004 pLocale = widgetData.GetLocal(); in Local2IsoDate()
2006 pLocale = pMgr->GetLocaleByName( in Local2IsoDate()
2009 if (!pLocale) { in Local2IsoDate()
2014 pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Default, wsFormat); in Local2IsoDate()
[all …]
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp607 char pLocale[ULOC_FULLNAME_CAPACITY]; in searchInLocaleChain() local
608 uprv_strcpy(pLocale, localeName); in searchInLocaleChain()
611 uprv_strcat(pLocale, "_"); in searchInLocaleChain()
612 searchInLocaleChain(style, gUnitsTag, pLocale, srcTimeUnitField, srcPluralCount, in searchInLocaleChain()
Ddtptngen.cpp315 pLocale = other.pLocale; in operator =()
351 if ((pLocale==other.pLocale) && (patternMap->equals(*other.patternMap)) && in operator ==()
/external/icu/icu4c/source/i18n/unicode/
Ddtptngen.h504 Locale pLocale; // pattern locale variable
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h100 IFX_Locale* pLocale);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp434 IFX_Locale* pLocale = GetLocal(); in ProcessFormatTestValidate() local
435 if (!pLocale) { in ProcessFormatTestValidate()
439 if (!lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale)) { in ProcessFormatTestValidate()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c422 …LT Parse_insh (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U32 *pRgnCount, EAS_U32 *pLocale);
1506 …ULT Parse_insh (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U32 *pRgnCount, EAS_U32 *pLocale) in Parse_insh() argument
1537 *pLocale = (bank << 8) | program; in Parse_insh()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h740 IFX_Locale* pLocale,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...