HomeSort by relevance Sort by last modified time
    Searched refs:uprv_timezone (Results 1 - 18 of 18) sorted by null

  /external/chromium/third_party/icu/source/common/
putilimp.h 202 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
putil.c 581 uprv_timezone() function
997 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone());
    [all...]
  /external/chromium/third_party/icu/source/test/compat/
tzdate.c 138 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone());
  /external/icu4c/common/
putilimp.h 202 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
putil.c 601 uprv_timezone() function
    [all...]
  /external/icu4c/test/compat/
tzdate.c 138 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone());
  /external/chromium/third_party/icu/source/test/cintltst/
putiltst.c 168 log_verbose("Testing uprv_timezone()....\n");
170 int32_t tzoffset = uprv_timezone();
171 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
  /external/icu4c/test/cintltst/
putiltst.c 170 log_verbose("Testing uprv_timezone()....\n");
172 int32_t tzoffset = uprv_timezone();
173 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 557 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
    [all...]
  /external/icu4c/i18n/
timezone.cpp 495 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tztest.cpp 104 logln("call uprv_timezone() which uses the host");
108 int32_t tzoffset = uprv_timezone();
109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 104 logln("call uprv_timezone() which uses the host");
108 int32_t tzoffset = uprv_timezone();
109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 958 #define uprv_timezone macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 958 #define uprv_timezone macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 958 #define uprv_timezone macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 958 #define uprv_timezone macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1304 #define uprv_timezone macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1135 #define uprv_timezone macro
    [all...]

Completed in 2153 milliseconds