Home
last modified time | relevance | path

Searched refs:secsp (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c143 static const char * getsecs(const char * strp, int_fast32_t * secsp);
717 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument
730 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()
736 *secsp += num * SECSPERMIN; in getsecs()
743 *secsp += num; in getsecs()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c141 static const char * getsecs(const char * strp, int_fast32_t * secsp);
715 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument
728 *secsp = num * (int_fast32_t) SECSPERHOUR; in getsecs()
734 *secsp += num * SECSPERMIN; in getsecs()
741 *secsp += num; in getsecs()
/third_party/tzdata/
H A Dlocaltime.c878 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() argument
892 *secsp = num * secsperhour; in getsecs()
898 *secsp += num * SECSPERMIN; in getsecs()
905 *secsp += num; in getsecs()

Completed in 8 milliseconds