Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4418 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Format() local
4421 if (localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()
4493 FXJSE_HVALUE localeValue = 0; in Lower() local
4498 localeValue = GetSimpleHValue(hThis, args, 1); in Lower()
4525 FXJSE_Value_Release(localeValue); in Lower()
4587 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse() local
4589 if (localeValue.IsValid()) { in Parse()
4590 szParsedValue = FX_UTF8Encode(localeValue.GetValue()); in Parse()
4606 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, in Parse() local
4608 if (localeValue.IsValid()) { in Parse()
[all …]