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

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localeimp.h 10 class CFX_Locale : public IFX_Locale {
12 CFX_Locale(CXML_Element* pLocaleData);
39 virtual ~CFX_Locale();
fx_locale.cpp 77 return new CFX_Locale(pLocaleData);
79 CFX_Locale::CFX_Locale(CXML_Element* pLocaleData) {
82 CFX_Locale::~CFX_Locale() {}
83 CFX_WideString CFX_Locale::GetName() {
104 void CFX_Locale::GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
119 void CFX_Locale::GetDateTimeSymbols(CFX_WideString& wsDtSymbol) const {
157 void CFX_Locale::GetMonthName(int32_t nMonth,
165 void CFX_Locale::GetDayName(int32_t nWeek,
    [all...]

Completed in 82 milliseconds