Searched refs:localeValue (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 1576 CXFA_LocaleValue localeValue(XFA_VT_TIME, in Time2Num() local 1579 if (!localeValue.IsValid()) { in Time2Num() 1584 CFX_Unitime uniTime = localeValue.GetTime(); in Time2Num() 3989 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, pMgr); in Format() local 3991 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format() 4135 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local 4137 if (!localeValue.IsValid()) { in Parse() 4142 localeValue.GetValue().UTF8Encode().AsStringC()); in Parse() 4152 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local 4154 if (!localeValue.IsValid()) { in Parse() [all …]
|