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

  /bionic/libc/tzcode/
localtime.c 207 static const char * getsecs P((const char * strp, long * secsp));
777 getsecs(strp, secsp) function
830 strp = getsecs(strp, offsetp);
888 strp = getsecs(strp, &rulep->r_time);
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 146 static const char * getsecs(const char * strp, long * secsp);
690 getsecs(strp, secsp) function
743 strp = getsecs(strp, offsetp);
801 strp = getsecs(strp, &rulep->r_time);
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 146 static const char * getsecs(const char * strp, long * secsp);
690 getsecs(strp, secsp) function
743 strp = getsecs(strp, offsetp);
801 strp = getsecs(strp, &rulep->r_time);
    [all...]
  /system/core/libcutils/
tztime.c 179 static const char * getsecs P((const char * strp, long * secsp));
710 getsecs(strp, secsp) function
763 strp = getsecs(strp, offsetp);
821 strp = getsecs(strp, &rulep->r_time);
    [all...]

Completed in 45 milliseconds