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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 568 tzparse( function
767 (void) tzparse(gmt, sp, TRUE);
825 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)
  /bionic/libc/tzcode/
localtime.c 160 static bool tzparse(char const *, struct state *, bool);
581 if (tzparse(&up->buf[1], ts, false)
1014 tzparse(const char *name, struct state *sp, bool lastditch) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 180 static int tzparse(const char * name, struct state * sp,
522 result = tzparse(&up->buf[1], &ts, FALSE);
922 tzparse(const char *name, register struct state *const sp, function
1171 (void) tzparse(gmt, sp, TRUE);
1240 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)
    [all...]

Completed in 58 milliseconds