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

  /bionic/libc/tzcode/
localtime.c 209 static const char * getrule P((const char * strp, struct rule * rulep));
846 getrule(strp, rulep) function
    [all...]
  /external/chromium/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/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...]
  /system/core/libcutils/
tztime.c 181 static const char * getrule P((const char * strp, struct rule * rulep));
779 getrule(strp, rulep) function
1004 if ((name = getrule(name, &start)) == NULL)
1008 if ((name = getrule(name, &end)) == NULL)
    [all...]

Completed in 17 milliseconds