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

  /bionic/libc/tzcode/
localtime.c 212 static const char * getrule P((const char * strp, struct rule * rulep));
810 getrule(strp, rulep) function
1035 if ((name = getrule(name, &start)) == NULL)
1039 if ((name = getrule(name, &end)) == NULL)
    [all...]
  /external/icu4c/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 207 milliseconds