Home
last modified time | relevance | path

Searched refs:calendarProps (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/calendar/
DCalendarSystem.java165 Properties calendarProps = new Properties(); in getCalendarProperties() local
167 calendarProps.load(is); in getCalendarProperties()
169 return calendarProps; in getCalendarProperties()
DLocalGregorianCalendar.java122 Properties calendarProps; in getLocalGregorianCalendar() local
124 calendarProps = getCalendarProperties(); in getLocalGregorianCalendar()
130 String props = calendarProps.getProperty("calendar." + name + ".eras"); in getLocalGregorianCalendar()