Searched refs:createZone (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/samples/datefmt/answers/
H A Dmain_3.cpp20 TimeZone* createZone(const UnicodeString& id) { function
62 zone = createZone("GMT"); // Create a GMT zone
78 cal->adoptTimeZone(createZone(TIMEZONE[j]));
H A Dmain_2.cpp20 TimeZone* createZone(const UnicodeString& id) { function
62 zone = createZone("GMT"); // Create a GMT zone
H A Dmain_0.cpp21 TimeZone* createZone(const UnicodeString& id) { function
H A Dmain_1.cpp20 TimeZone* createZone(const UnicodeString& id) { function
/external/icu4c/samples/datefmt/
H A Dmain.cpp20 TimeZone* createZone(const UnicodeString& id) { function
62 zone = createZone("GMT"); // Create a GMT zone
78 cal->adoptTimeZone(createZone(TIMEZONE[j]));

Completed in 234 milliseconds