Searched refs:FX_GetCalendarSymbol (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_locale.cpp | 131 static void FX_GetCalendarSymbol(CXML_Element* pXmlElement, in FX_GetCalendarSymbol() function 163 FX_GetCalendarSymbol(m_pElement, "month", nMonth, bAbbr, wsMonthName); in GetMonthName() 171 FX_GetCalendarSymbol(m_pElement, "day", nWeek, bAbbr, wsDayName); in GetDayName() 178 FX_GetCalendarSymbol(m_pElement, "meridiem", bAM ? 0 : 1, FALSE, in GetMeridiemName() 222 FX_GetCalendarSymbol(m_pElement, "era", bAD ? 0 : 1, FALSE, wsEraName); in GetEraName()
|