HomeSort by relevance Sort by last modified time
    Searched defs:TIMEZONE (Results 1 - 6 of 6) sorted by null

  /external/icu4c/samples/datefmt/answers/
main_0.cpp 16 * If the ID supplied to TimeZone is not a valid system ID,
17 * TimeZone::createTimeZone() will return a GMT zone object. In order
21 TimeZone* createZone(const UnicodeString& id) {
23 TimeZone* zone = TimeZone::createTimeZone(id);
26 printf("Error: TimeZone::createTimeZone(");
48 static char* TIMEZONE[] = {
54 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
main_1.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
47 static char* TIMEZONE[] = {
53 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
main_2.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0])
    [all...]
main_3.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0])
    [all...]
  /external/icu4c/samples/datefmt/
main.cpp 15 * If the ID supplied to TimeZone is not a valid system ID,
16 * TimeZone::createTimeZone() will return a GMT zone object. In order
20 TimeZone* createZone(const UnicodeString& id) {
22 TimeZone* zone = TimeZone::createTimeZone(id);
25 printf("Error: TimeZone::createTimeZone(");
38 TimeZone *zone;
51 static char* TIMEZONE[] = {
57 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0])
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 50 milliseconds