Home
last modified time | relevance | path

Searched refs:__suffix (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp85 static void __skip(istream& __input, char __suffix) { in __skip() argument
86 if (std::tolower(__input.peek()) == __suffix) in __skip()
90 static void __skip(istream& __input, string_view __suffix) { in __skip() argument
91 for (auto __c : __suffix) in __skip()