Lines Matching refs:szLocale
475 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
2129 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in GetLocalDateFormat()
2145 const ByteStringView& szLocale, in GetLocalTimeFormat() argument
2152 IFX_Locale* pLocale = LocaleFromString(pDoc, pMgr, szLocale); in GetLocalTimeFormat()
2184 const ByteStringView& szLocale, in Num2AllTime() argument
2206 szFormat, szLocale); in Num2AllTime()