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

  /bionic/libc/tzcode/
localtime.c 159 static const char * getrule(const char * strp, struct rule * rulep);
793 getrule(const char * strp, register struct rule * const rulep) function
1006 if ((name = getrule(name, &start)) == NULL)
1010 if ((name = getrule(name, &end)) == NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 148 static const char * getrule(const char * strp, struct rule * rulep);
759 getrule(strp, rulep) function
983 if ((name = getrule(name, &start)) == NULL)
987 if ((name = getrule(name, &end)) == NULL)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 148 static const char * getrule(const char * strp, struct rule * rulep);
759 getrule(strp, rulep) function
983 if ((name = getrule(name, &start)) == NULL)
987 if ((name = getrule(name, &end)) == NULL)
    [all...]

Completed in 37 milliseconds