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

  /external/chromium_org/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/icu/icu4c/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...]
  /bionic/libc/tzcode/
localtime.c 54 #ifndef WILDABBR
68 ** WILDABBR is used. Another possibility: initialize tzname[0] to the
74 #define WILDABBR " "
75 #endif /* !defined WILDABBR */
77 static const char wildabbr[] = WILDABBR; variable
220 (char *) wildabbr,
221 (char *) wildabbr
273 tzname[0] = tzname[1] = (char *) wildabbr;
    [all...]

Completed in 522 milliseconds