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

  /bionic/libc/tzcode/
localtime.c 111 #ifndef WILDABBR
125 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
131 #define WILDABBR " "
132 #endif /* !defined WILDABBR */
134 static char wildabbr[] = WILDABBR; variable
275 wildabbr,
276 wildabbr
330 tzname[0] = wildabbr;
331 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 61 milliseconds