Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dvtzone.cpp380 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim, in parseRRULE() argument
401 prop_end = rrule.indexOf(SEMICOLON, prop_start); in parseRRULE()
403 prop.setTo(rrule, prop_start); in parseRRULE()
406 prop.setTo(rrule, prop_start, prop_end - prop_start); in parseRRULE()
538 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0)); in createRuleByRRULE() local
544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status); in createRuleByRRULE()
614 rrule = *((UnicodeString*)dates->elementAt(i)); in createRuleByRRULE()
619 …parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, … in createRuleByRRULE()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c1962 static void ppRegRule ( XArray* exprs, RegRule* rrule ) in ppRegRule() argument
1965 switch (rrule->tag) { in ppRegRule()
1968 case RR_CFAOff: VG_(printf)("c%d ", rrule->arg); break; in ppRegRule()
1969 case RR_CFAValOff: VG_(printf)("v%d ", rrule->arg); break; in ppRegRule()
1970 case RR_Reg: VG_(printf)("r%d ", rrule->arg); break; in ppRegRule()
1972 ML_(ppCfiExpr)( exprs, rrule->arg ); in ppRegRule()