Home
last modified time | relevance | path

Searched refs:szLocale (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h125 const ByteStringView& szLocale);
129 const ByteStringView& szLocale);
133 const ByteStringView& szLocale);
152 const ByteStringView& szLocale,
Dcfxjse_formcalc_context.cpp475 const ByteStringView& szLocale) { in LocaleFromString() argument
476 if (!szLocale.IsEmpty()) in LocaleFromString()
477 return pMgr->GetLocaleByName(WideString::FromUTF8(szLocale)); in LocaleFromString()
1995 const ByteStringView& szLocale) { in Local2IsoDate() argument
2001 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in Local2IsoDate()
2019 const ByteStringView& szLocale) { in IsoDate2Local() argument
2025 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in IsoDate2Local()
2041 const ByteStringView& szLocale) { in IsoTime2Local() argument
2047 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in IsoTime2Local()
2122 const ByteStringView& szLocale, in GetLocalDateFormat() argument
[all …]