HomeSort by relevance Sort by last modified time
    Searched full:tzname (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /system/extras/tests/bionic/libc/common/
test_tm_zone.c 51 printf( "tzname[0] is '%s'\n", tzname[0] ? tzname[0] : "<NULL POINTER>" );
52 printf( "tzname[1] is '%s'\n", tzname[1] ? tzname[1] : "<NULL POINTER>" );
  /external/qemu/android/utils/
timezone.h 16 * 'tzname' is not in zoneinfo format (e.g. Area/Location)
18 extern int timezone_set( const char* tzname );
timezone.c 66 timezone_set( const char* tzname )
70 if ( !check_timezone_is_zoneinfo(tzname) )
73 len = strlen(tzname);
77 strcpy( android_timezone0, tzname );
686 char tzname[128]; local
698 memset(tzname, 0, sizeof(tzname));
699 strftime(tzname, sizeof(tzname) - 1, "%Z", tm);
702 if ( !strcmp(win32tz->win_name, tzname) ) {
    [all...]
  /external/chromium/third_party/icu/source/common/
putilimp.h 168 * variables: daylight, timezone, and tzname. These variables have the
175 * tzname(0) Three-letter time-zone name derived from TZ environment
177 * tzname(1) Three-letter DST zone name derived from TZ environment
179 * tzname(1) is an empty string.
205 * tzname(0) Three-letter time-zone name derived from TZ environment
207 * tzname(1) Three-letter DST zone name derived from TZ environment
209 * tzname(1) is an empty string.
  /external/icu4c/common/
putilimp.h 168 * variables: daylight, timezone, and tzname. These variables have the
175 * tzname(0) Three-letter time-zone name derived from TZ environment
177 * tzname(1) Three-letter DST zone name derived from TZ environment
179 * tzname(1) is an empty string.
205 * tzname(0) Three-letter time-zone name derived from TZ environment
207 * tzname(1) Three-letter DST zone name derived from TZ environment
209 * tzname(1) is an empty string.
  /external/icu4c/samples/date/
date.c 166 UChar tzName[256];
182 len = ucal_getDefaultTimeZone(tzName, len, &status);
186 uprint(tzName, stdout, &status);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarPreferenceActivity.java 119 CharSequence tzName = mHomeTZ.getEntry();
120 if (!TextUtils.isEmpty(tzName)) {
121 mHomeTZ.setSummary(tzName);
  /external/chromium/third_party/icu/patches/
pmac.h.patch 36 #define U_TZNAME tzname
  /external/chromium/third_party/icu/source/tools/tzcode/
tzselect.ksh 121 tzname = "[^-+,0-9][^-+,0-9][^-+,0-9]+"
126 tzpattern = "^(:.*|" tzname offset "(" tzname \
localtime.c 51 ** 1. They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
55 ** 3. They might reference tzname[1] after setting to a time zone
57 ** 4. They might reference tzname[0] after setting to a time zone
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
63 ** string "tzname[0] used before set", and similarly for the other cases.
64 ** And another: initialize tzname[0] to "ERA", with an explanation in the
66 ** that tzname[0] has the "normal" length of three characters).
206 char * tzname[2] = { variable
262 tzname[0] = wildabbr
    [all...]
  /external/icu4c/tools/tzcode/
tzselect.ksh 121 tzname = "[^-+,0-9][^-+,0-9][^-+,0-9]+"
126 tzpattern = "^(:.*|" tzname offset "(" tzname \
localtime.c 51 ** 1. They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
55 ** 3. They might reference tzname[1] after setting to a time zone
57 ** 4. They might reference tzname[0] after setting to a time zone
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
63 ** string "tzname[0] used before set", and similarly for the other cases.
64 ** And another: initialize tzname[0] to "ERA", with an explanation in the
66 ** that tzname[0] has the "normal" length of three characters).
206 char * tzname[2] = { variable
262 tzname[0] = wildabbr
    [all...]
  /bionic/libc/tzcode/
localtime.c 106 ** 1. They might reference tzname[0] before calling tzset (explicitly
108 ** 2. They might reference tzname[1] before calling tzset (explicitly
110 ** 3. They might reference tzname[1] after setting to a time zone
112 ** 4. They might reference tzname[0] after setting to a time zone
117 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
118 ** string "tzname[0] used before set", and similarly for the other cases.
119 ** And another: initialize tzname[0] to "ERA", with an explanation in the
121 ** that tzname[0] has the "normal" length of three characters).
266 char * tzname[2] = { variable
322 tzname[0] = wildabbr
    [all...]
  /bionic/libc/include/
time.h 106 extern char* tzname[];
  /development/ndk/platforms/android-3/include/
time.h 88 extern char* tzname[];
  /development/ndk/platforms/android-8/include/
time.h 88 extern char* tzname[];
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 88 extern char* tzname[];
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 88 extern char* tzname[];
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 88 extern char* tzname[];
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 88 extern char* tzname[];
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 88 extern char* tzname[];
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time.h 88 extern char* tzname[];
  /external/chromium/third_party/icu/source/
configure.in 701 AC_CACHE_CHECK(for tzname,ac_cv_var_tzname,
707 #ifndef tzname /* For SGI. */
708 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
709 #endif]], [atoi(*tzname);])],[ac_cv_var_tzname=yes],[ac_cv_var_tzname=no])])
711 U_TZNAME=tzname
    [all...]
  /external/clearsilver/
cs_config.h.in 180 `tzname'. */
  /packages/apps/Email/src/com/android/exchange/utility/
SimpleIcsWriter.java 89 || "TZNAME".equals(name)

Completed in 1018 milliseconds

1 2 3 4