Searched refs:U_TZNAME (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/common/unicode/
H A Dppalmos.h231 #define U_TZNAME _tzname
H A Dpwin32.h302 #define U_TZNAME _tzname macro
H A Dplatform.h317 #define U_TZNAME tzname macro
H A Dplatform.h.in289 #define U_TZNAME @U_TZNAME@
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dplatform.h232 #define U_TZNAME tzname macro
/external/icu4c/common/
H A Dputil.c644 /* Note that U_TZNAME does *not* have to be tzname, but if it is,
647 #if defined(U_TZNAME) && (defined(U_IRIX) || defined(U_DARWIN) || defined(U_CYGWIN))
649 extern U_IMPORT char *U_TZNAME[];
718 #if defined(U_TZNAME) && !defined(U_WINDOWS)
991 /* else U_TZNAME will give a better result. */
1045 #ifdef U_TZNAME
1049 return uprv_strdup(U_TZNAME[n]);
1052 U_TZNAME is usually a non-unique abbreviation, which isn't normally usable.
1069 tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[
[all...]
/external/icu4c/
H A Dconfig.status588 s,@U_TZNAME@,tzname,;t t
H A Dconfigure628 U_TZNAME
6944 U_TZNAME=tzname
6976 U_TZNAME=_tzname
H A Dconfigure.orig628 U_TZNAME
6944 U_TZNAME=tzname
6976 U_TZNAME=_tzname

Completed in 110 milliseconds