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

  /bionic/libc/tzcode/
localtime.c 150 static int_fast64_t detzcode64(const char * codep);
256 detzcode64(const char *const codep) function
433 = stored == 4 ? detzcode(p) : detzcode64(p);
483 detzcode(p) : detzcode64(p);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 134 static int_fast64_t detzcode64(const char * codep);
240 detzcode64(const char *const codep) function
420 = stored == 4 ? detzcode(p) : detzcode64(p);
470 detzcode(p) : detzcode64(p);
    [all...]

Completed in 49 milliseconds