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

  /bionic/libc/tzcode/
localtime.c 105 #ifndef WILDABBR
119 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
125 #define WILDABBR " "
126 #endif /* !defined WILDABBR */
128 static char wildabbr[] = WILDABBR; variable
270 wildabbr,
271 wildabbr
325 tzname[0] = wildabbr;
326 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...]

Completed in 223 milliseconds