HomeSort by relevance Sort by last modified time
    Searched refs:CFX_LCNumeric (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/localization/
fgas_localeimp.h 14 class CFX_LCNumeric;
76 bool FormatLCNumeric(CFX_LCNumeric& lcNum,
fgas_locale.cpp 92 class CFX_LCNumeric {
94 CFX_LCNumeric();
95 CFX_LCNumeric(int64_t integral,
98 explicit CFX_LCNumeric(FX_FLOAT dbRetValue);
99 explicit CFX_LCNumeric(double dbvalue);
100 explicit CFX_LCNumeric(CFX_WideString& wsNumeric);
113 CFX_LCNumeric& lcnum) {
201 CFX_LCNumeric::CFX_LCNumeric() {
206 CFX_LCNumeric::CFX_LCNumeric(int64_t integral
    [all...]

Completed in 226 milliseconds