/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_localemgr.cpp | 1047 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 …]
|
D | xfa_localevalue.cpp | 61 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 …]
|
D | xfa_objectacc_imp.cpp | 2866 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 …]
|
D | xfa_locale.cpp | 222 CXFA_NodeLocale::CXFA_NodeLocale(CXFA_Node* pLocale) { in CXFA_NodeLocale() argument 223 m_pLocale = pLocale; in CXFA_NodeLocale()
|
D | xfa_locale.h | 51 CXFA_NodeLocale(CXFA_Node* pLocale);
|
D | xfa_object_imp.cpp | 512 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/ |
D | fxfa_localevalue.h | 32 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 …]
|
D | xfa_localemgr.h | 37 void SetDefLocale(IFX_Locale* pLocale);
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_localemgr.cpp | 61 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()
|
D | fx_locale.cpp | 753 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 …]
|
D | fx_localeimp.h | 109 IFX_Locale*& pLocale,
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 1550 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/ |
D | tmutfmt.cpp | 607 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()
|
D | dtptngen.cpp | 315 pLocale = other.pLocale; in operator =() 351 if ((pLocale==other.pLocale) && (patternMap->equals(*other.patternMap)) && in operator ==()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtptngen.h | 504 Locale pLocale; // pattern locale variable
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_locale.h | 100 IFX_Locale* pLocale);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 434 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/ |
D | eas_mdls.c | 422 …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/ |
D | fxfa_objectacc.h | 740 IFX_Locale* pLocale,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |