OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createZone
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/samples/datefmt/answers/
main_3.cpp
20
TimeZone*
createZone
(const UnicodeString& id) {
62
zone =
createZone
("GMT"); // Create a GMT zone
78
cal->adoptTimeZone(
createZone
(TIMEZONE[j]));
main_2.cpp
20
TimeZone*
createZone
(const UnicodeString& id) {
62
zone =
createZone
("GMT"); // Create a GMT zone
main_0.cpp
21
TimeZone*
createZone
(const UnicodeString& id) {
main_1.cpp
20
TimeZone*
createZone
(const UnicodeString& id) {
/external/icu4c/samples/datefmt/
main.cpp
20
TimeZone*
createZone
(const UnicodeString& id) {
62
zone =
createZone
("GMT"); // Create a GMT zone
78
cal->adoptTimeZone(
createZone
(TIMEZONE[j]));
Completed in 786 milliseconds