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

  /external/chromium/third_party/icu/public/common/unicode/
ppalmos.h 231 #define U_TZNAME _tzname
pwin32.h 280 #define U_TZNAME _tzname
platform.h.in 314 #define U_TZNAME @U_TZNAME@
plinux.h 314 #define U_TZNAME tzname
pmac.h 322 #define U_TZNAME tzname
  /external/icu4c/common/unicode/
ppalmos.h 231 #define U_TZNAME _tzname
pwin32.h 302 #define U_TZNAME _tzname
platform.h 341 #define U_TZNAME tzname
platform.h.in 289 #define U_TZNAME @U_TZNAME@
  /external/webkit/JavaScriptCore/icu/unicode/
platform.h 232 #define U_TZNAME tzname
  /external/webkit/JavaScriptGlue/icu/unicode/
platform.h 232 #define U_TZNAME tzname
  /external/webkit/WebCore/icu/unicode/
platform.h 232 #define U_TZNAME tzname
  /external/webkit/WebKit/mac/icu/unicode/
platform.h 232 #define U_TZNAME tzname
  /external/chromium/third_party/icu/source/common/
putil.c 606 /* Note that U_TZNAME does *not* have to be tzname, but if it is,
609 #if defined(U_TZNAME) && (defined(U_IRIX) || defined(U_DARWIN) || defined(U_CYGWIN))
611 extern U_IMPORT char *U_TZNAME[];
655 #if defined(U_TZNAME) && !defined(U_WINDOWS)
921 /* else U_TZNAME will give a better result. */
975 #ifdef U_TZNAME
977 return uprv_strdup(U_TZNAME[n]);
980 U_TZNAME is usually a non-unique abbreviation, which isn't normally usable.
997 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone())
    [all...]
  /external/icu4c/common/
putil.c 626 /* Note that U_TZNAME does *not* have to be tzname, but if it is,
629 #if defined(U_TZNAME) && (defined(U_IRIX) || defined(U_DARWIN) || defined(U_CYGWIN))
631 extern U_IMPORT char *U_TZNAME[];
681 #if defined(U_TZNAME) && !defined(U_WINDOWS)
946 /* else U_TZNAME will give a better result. */
1000 #ifdef U_TZNAME
1004 return uprv_strdup(U_TZNAME[n]);
1007 U_TZNAME is usually a non-unique abbreviation, which isn't normally usable.
    [all...]
  /external/icu4c/
config.status 588 s,@U_TZNAME@,tzname,;t t
    [all...]
configure 672 U_TZNAME
    [all...]
  /external/chromium/third_party/icu/source/
configure 671 U_TZNAME
    [all...]

Completed in 73 milliseconds