Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h58 IFX_Locale* GetNumericFormat(const WideString& wsPattern,
Dcfgas_formatstring.cpp963 IFX_Locale* CFGAS_FormatString::GetNumericFormat(const WideString& wsPattern, in GetNumericFormat() function in CFGAS_FormatString
1150 GetNumericFormat(wsPattern, &dot_index_f, &dwFormatStyle, &wsNumFormat); in ParseNum()
1865 GetNumericFormat(wsPattern, &dot_index_f, &dwNumStyle, &wsNumFormat); in FormatStrNum()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h54 void GetNumericFormat(WideString& wsFormat, int32_t nIntLen, int32_t nDecLen);
Dcxfa_localevalue.cpp680 void CXFA_LocaleValue::GetNumericFormat(WideString& wsFormat, in GetNumericFormat() function in CXFA_LocaleValue
/external/pdfium/xfa/fxfa/
Dcxfa_ffnumericedit.cpp86 widgetValue.GetNumericFormat(wsFormat, in OnValidate()