Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.cpp96 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 …]
Dxfa_locale.h20 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/
Dfx_localeimp.h22 FX_BOOL bAbbr = TRUE) const;
25 FX_BOOL bAbbr = TRUE) const;
Dfx_locale.cpp134 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/
Dfx_locale.h67 FX_BOOL bAbbr = TRUE) const = 0;
70 FX_BOOL bAbbr = TRUE) const = 0;