Searched refs:bAbbr (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_locale.cpp | 96 FX_BOOL bAbbr) const { in GetMonthName() 97 wsMonthName = GetCalendarSymbol("month", nMonth, bAbbr); in GetMonthName() 101 FX_BOOL bAbbr) const { in GetDayName() 102 wsDayName = GetCalendarSymbol("day", nWeek, bAbbr); in GetDayName() 117 FX_BOOL bAbbr) const { in GetCalendarSymbol() 125 if (pSymbolNames->GetAttrInteger("abbr") != bAbbr) { in GetCalendarSymbol() 128 if (pSymbolNames && pSymbolNames->GetAttrInteger("abbr") == bAbbr) { in GetCalendarSymbol() 266 FX_BOOL bAbbr) const { in GetMonthName() 267 wsMonthName = GetCalendarSymbol(XFA_ELEMENT_MonthNames, nMonth, bAbbr); in GetMonthName() 271 FX_BOOL bAbbr) const { in GetDayName() [all …]
|
D | xfa_locale.h | 20 FX_BOOL bAbbr = TRUE) const; 23 FX_BOOL bAbbr = TRUE) const; 44 FX_BOOL bAbbr) const; 60 FX_BOOL bAbbr = TRUE) const; 63 FX_BOOL bAbbr = TRUE) const; 84 FX_BOOL bAbbr) const;
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_localeimp.h | 22 FX_BOOL bAbbr = TRUE) const; 25 FX_BOOL bAbbr = TRUE) const;
|
D | fx_locale.cpp | 134 FX_BOOL bAbbr, in FX_GetCalendarSymbol() argument 146 if (pSymbolNames->GetAttrInteger("abbr") != bAbbr) { in FX_GetCalendarSymbol() 149 if (pSymbolNames && pSymbolNames->GetAttrInteger("abbr") == bAbbr) { in FX_GetCalendarSymbol() 159 FX_BOOL bAbbr) const { in GetMonthName() 163 FX_GetCalendarSymbol(m_pElement, "month", nMonth, bAbbr, wsMonthName); in GetMonthName() 167 FX_BOOL bAbbr) const { in GetDayName() 171 FX_GetCalendarSymbol(m_pElement, "day", nWeek, bAbbr, wsDayName); in GetDayName()
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_locale.h | 67 FX_BOOL bAbbr = TRUE) const = 0; 70 FX_BOOL bAbbr = TRUE) const = 0;
|