MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / getNextCodepoint

Function getNextCodepoint

src/openrct2/core/String.cpp:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 }
441
442 codepoint_t getNextCodepoint(utf8* ptr, utf8** nextPtr)
443 {
444 return getNextCodepoint(static_cast<const utf8*>(ptr), const_cast<const utf8**>(nextPtr));
445 }
446
447 codepoint_t getNextCodepoint(const utf8* ptr, const utf8** nextPtr)
448 {

Callers 4

trimFunction · 0.85
trimStartFunction · 0.85
TryPeekMethod · 0.85
TryReadMethod · 0.85

Calls 1

UTF8GetNextFunction · 0.85

Tested by

no test coverage detected