MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __parse_letters

Function __parse_letters

system/lib/libcxx/src/experimental/tzdb.cpp:447–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447[[nodiscard]] static string __parse_letters(istream& __input) {
448 string __result = __parse_string(__input);
449 // Canonicalize "-" to "" since they are equivalent in the specification.
450 return __result != "-" ? __result : "";
451}
452
453[[nodiscard]] static __tz::__continuation::__rules_t __parse_rules(istream& __input) {
454 int __c = __input.peek();

Callers 1

__parse_ruleFunction · 0.85

Calls 1

__parse_stringFunction · 0.85

Tested by

no test coverage detected