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

  /external/chromium_org/third_party/icu/source/common/
putilimp.h 202 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
putil.c 621 uprv_timezone() function
    [all...]
  /external/chromium_org/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/icu/icu4c/source/test/compat/
tzdate.c 138 printf("STD=%s DST=%s OFFSET=%d\n", uprv_tzname(0), uprv_tzname(1), uprv_timezone());
  /external/icu/icu4c/source/common/
putilimp.h 469 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
putil.cpp 635 uprv_timezone() function
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 173 log_verbose("Testing uprv_timezone()....\n");
175 int32_t tzoffset = uprv_timezone();
176 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 190 log_verbose("Testing uprv_timezone()....\n");
192 int32_t tzoffset = uprv_timezone();
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
  /external/icu/icu4c/source/common/unicode/
urename.h 1316 #define uprv_timezone macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 497 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 485 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND;
    [all...]
  /external/chromium_org/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/icu/icu4c/source/test/intltest/
tztest.cpp 124 logln("call uprv_timezone() which uses the host");
128 int32_t tzoffset = uprv_timezone();
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1327 #define uprv_timezone macro
    [all...]

Completed in 3273 milliseconds