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

  /bionic/libc/tzcode/
localtime.c 103 #ifndef WILDABBR
117 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
123 #define WILDABBR " "
124 #endif /* !defined WILDABBR */
126 static char wildabbr[] = WILDABBR; variable
267 wildabbr,
268 wildabbr
322 tzname[0] = wildabbr;
323 tzname[1] = wildabbr;
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 48 #ifndef WILDABBR
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
68 #define WILDABBR " "
69 #endif /* !defined WILDABBR */
71 static char wildabbr[] = WILDABBR; variable
207 wildabbr,
208 wildabbr
262 tzname[0] = wildabbr;
263 tzname[1] = wildabbr;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 48 #ifndef WILDABBR
62 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
68 #define WILDABBR " "
69 #endif /* !defined WILDABBR */
71 static char wildabbr[] = WILDABBR; variable
207 wildabbr,
208 wildabbr
262 tzname[0] = wildabbr;
263 tzname[1] = wildabbr;
    [all...]
  /system/core/libcutils/
tztime.c 81 #ifndef WILDABBR
95 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
101 #define WILDABBR " "
102 #endif /* !defined WILDABBR */
104 static char wildabbr[] = WILDABBR; variable
246 wildabbr,
247 wildabbr
    [all...]

Completed in 18 milliseconds