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

  /bionic/libc/tzcode/
localtime.c 243 static int tzparse P((const char * name, struct state * sp,
650 result = tzparse(&u.buf[1], &ts, FALSE);
995 tzparse(name, sp, lastditch) function
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 183 static int tzparse(const char * name, struct state * sp,
530 result = tzparse(&u.buf[1], &ts, FALSE);
908 tzparse(name, sp, lastditch) function
1147 (void) tzparse(gmt, sp, TRUE);
1216 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 183 static int tzparse(const char * name, struct state * sp,
530 result = tzparse(&u.buf[1], &ts, FALSE);
908 tzparse(name, sp, lastditch) function
1147 (void) tzparse(gmt, sp, TRUE);
1216 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)
    [all...]
  /system/core/libcutils/
tztime.c 217 static int tzparse P((const char * name, struct state * sp,
584 result = tzparse(&u.buf[1], &ts, FALSE);
928 tzparse(name, sp, lastditch) function
1167 (void) tzparse(gmt, sp, TRUE);
    [all...]

Completed in 21 milliseconds