Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c136 static int_fast64_t detzcode64(const char * codep);
242 detzcode64(const char *const codep) in detzcode64() function
422 = stored == 4 ? detzcode(p) : detzcode64(p); in tzload()
472 detzcode(p) : detzcode64(p); in tzload()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c134 static int_fast64_t detzcode64(const char * codep);
240 detzcode64(const char *const codep) in detzcode64() function
420 = stored == 4 ? detzcode(p) : detzcode64(p); in tzload()
470 detzcode(p) : detzcode64(p); in tzload()
/third_party/tzdata/
H A Dlocaltime.c256 detzcode64(const char *const codep) in detzcode64() function
526 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
577 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()

Completed in 9 milliseconds