MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / getzname

Function getzname

src/date.cpp:503–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 }
502
503 static const char * getzname(const char * strp) {
504 char c;
505
506 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
507 c != '+')
508 ++strp;
509 return strp;
510 }
511
512 static const char * getqzname(const char *strp, const int delim) {
513 int c;

Callers 1

tzparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected