Searched refs:localeValue (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 1658 CXFA_LocaleValue localeValue(XFA_VT_TIME, in Time2Num() local 1661 if (!localeValue.IsValid()) { in Time2Num() 1666 CFX_DateTime uniTime = localeValue.GetTime(); in Time2Num() 3820 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, pMgr); in Format() local 3822 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format() 3958 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local 3960 if (!localeValue.IsValid()) { in Parse() 3965 localeValue.GetValue().UTF8Encode().AsStringView()); in Parse() 3982 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local 3984 if (!localeValue.IsValid()) { in Parse() [all …]
|