• Home
  • Raw
  • Download

Lines Matching refs:localeValue

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()
3989 localeValue.GetValue().UTF8Encode().AsStringView()); in Parse()
3994 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local
3996 if (!localeValue.IsValid()) { in Parse()
4001 localeValue.GetValue().UTF8Encode().AsStringView()); in Parse()
4006 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local
4008 if (!localeValue.IsValid()) { in Parse()
4013 localeValue.GetValue().UTF8Encode().AsStringView()); in Parse()
4018 CXFA_LocaleValue localeValue(XFA_VT_TEXT, wsValue, wsPattern, pLocale, in Parse() local
4020 if (!localeValue.IsValid()) { in Parse()
4025 localeValue.GetValue().UTF8Encode().AsStringView()); in Parse()
4030 CXFA_LocaleValue localeValue(XFA_VT_FLOAT, wsValue, wsPattern, pLocale, in Parse() local
4032 if (!localeValue.IsValid()) { in Parse()
4036 args.GetReturnValue()->SetDouble(localeValue.GetDoubleNum()); in Parse()
4042 CXFA_LocaleValue localeValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Parse() local
4044 if (localeValue.IsValid()) { in Parse()
4045 args.GetReturnValue()->SetDouble(localeValue.GetDoubleNum()); in Parse()
4480 std::unique_ptr<CFXJSE_Value> localeValue = GetSimpleValue(pThis, args, 2); in WordNum() local
4481 if (localeValue->IsNull()) { in WordNum()
4485 localeString = ValueToUTF8String(localeValue.get()); in WordNum()