Searched refs:createSystemTimeZone (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dtimezone.h775 static TimeZone* createSystemTimeZone(const UnicodeString& name);
/external/icu4c/i18n/unicode/
H A Dtimezone.h749 static TimeZone* createSystemTimeZone(const UnicodeString& name);
/external/chromium/third_party/icu/source/i18n/
H A Dtimezone.cpp464 TimeZone* result = createSystemTimeZone(ID);
488 TimeZone::createSystemTimeZone(const UnicodeString& id) { function in class:TimeZone
573 default_zone = createSystemTimeZone(hostStrID);
/external/icu4c/i18n/
H A Dtimezone.cpp402 TimeZone* result = createSystemTimeZone(ID);
426 TimeZone::createSystemTimeZone(const UnicodeString& id) { function in class:TimeZone
511 default_zone = createSystemTimeZone(hostStrID);

Completed in 17 milliseconds