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

  /external/chromium_org/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/icu/icu4c/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...]
  /bionic/libc/tzcode/
localtime.c 157 static const char * getsecs(const char * strp, int_fast32_t * secsp);
728 getsecs(register const char *strp, int_fast32_t *const secsp) function
777 strp = getsecs(strp, offsetp);
    [all...]

Completed in 36 milliseconds