Searched defs:zonename (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dpcap-bpf.c1543 * zonename prefix string. The zonename prefixed source device
1546 * above. If the zonename prefix is present then we strip the
1550 char zonename[ZONENAME_MAX]; local
1555 (void) strlcpy(zonename, p->opt.source, znamelen + 1);
1557 ifr.lifr_zoneid = getzoneidbyname(zonename);
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp359 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) { argument
360 zonename = tzid;
362 zonename += UNICODE_STRING_SIMPLE("(DST)");
364 zonename += UNICODE_STRING_SIMPLE("(STD)");
524 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, argument
717 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear);
727 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
736 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
754 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
1365 UnicodeString zonename; // curren local
2231 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const argument
2258 writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2292 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2328 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2452 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2537 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp359 static void getDefaultTZName(const UnicodeString tzid, UBool isDST, UnicodeString& zonename) { argument
360 zonename = tzid;
362 zonename += UNICODE_STRING_SIMPLE("(DST)");
364 zonename += UNICODE_STRING_SIMPLE("(STD)");
524 static TimeZoneRule* createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, argument
717 return new AnnualTimeZoneRule(zonename, rawOffset, dstSavings, adtr, startYear, endYear);
727 static TimeZoneRule* createRuleByRDATE(const UnicodeString& zonename, int32_t rawOffset, int32_t dstSavings,
736 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
754 retVal = new TimeArrayTimeZoneRule(zonename, rawOffset, dstSavings,
1365 UnicodeString zonename; // curren local
2231 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const argument
2258 writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2292 writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t weekInMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2328 writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2452 writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UDate startTime, UDate untilTime, UErrorCode& status) const argument
2537 beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const argument
[all...]

Completed in 102 milliseconds