MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SkipUntilUtf8

Method SkipUntilUtf8

src/core/string_consumer.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void StringConsumer::SkipUntilUtf8(char32_t c, SeparatorUsage sep)
169{
170 auto [data, len] = EncodeUtf8(c);
171 return SkipUntil({data, len}, sep);
172}
173
174void StringConsumer::SkipIntegerBase(int base)
175{

Callers 1

Calls 1

EncodeUtf8Function · 0.85

Tested by

no test coverage detected