Searched defs:createSystemTimeZone (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp378 createSystemTimeZone(const UnicodeString& id, UErrorCode& ec) { function in namespace:__anon12103
410 createSystemTimeZone(const UnicodeString& id) { function in namespace:__anon12103
412 return createSystemTimeZone(id, ec);
428 TimeZone* result = createSystemTimeZone(ID);
493 default_zone = createSystemTimeZone(hostStrID);
819 TimeZone *z = createSystemTimeZone(id, ec);
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp378 createSystemTimeZone(const UnicodeString& id, UErrorCode& ec) { function in namespace:__anon21913
410 createSystemTimeZone(const UnicodeString& id) { function in namespace:__anon21913
412 return createSystemTimeZone(id, ec);
428 TimeZone* result = createSystemTimeZone(ID);
493 default_zone = createSystemTimeZone(hostStrID);
819 TimeZone *z = createSystemTimeZone(id, ec);

Completed in 96 milliseconds