Lines Matching refs:get
294 if ( fromCalendar.get(UCAL_ERA,status) != toCalendar.get(UCAL_ERA,status)) {
296 } else if ( fromCalendar.get(UCAL_YEAR, status) !=
297 toCalendar.get(UCAL_YEAR, status) ) {
299 } else if ( fromCalendar.get(UCAL_MONTH, status) !=
300 toCalendar.get(UCAL_MONTH, status) ) {
302 } else if ( fromCalendar.get(UCAL_DATE, status) !=
303 toCalendar.get(UCAL_DATE, status) ) {
305 } else if ( fromCalendar.get(UCAL_AM_PM, status) !=
306 toCalendar.get(UCAL_AM_PM, status) ) {
308 } else if ( fromCalendar.get(UCAL_HOUR, status) !=
309 toCalendar.get(UCAL_HOUR, status) ) {
311 } else if ( fromCalendar.get(UCAL_MINUTE, status) !=
312 toCalendar.get(UCAL_MINUTE, status) ) {
686 // calendar, that is why need to get the CalendarData here.
872 * Need to get interval patterns for dMMMMy from dMMMy.
875 * Need to get interval patterns for "hmz' from 'hmv'
878 * in order to get interval patterns for 'y' differ,
907 * 1. get the best match skeleton for "dMMMMy", which is "dMMMy"
908 * 2. get the interval patterns for "dMMMy",
1110 // first, get best match pattern "MMMd",