Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/localisation/
H A DFormatting.h207 size_t CopyStringStreamToBuffer(char* buffer, size_t bufferLen, FormatBuffer& ss);
284 return CopyStringStreamToBuffer(buffer, bufferLen, ss); in FormatStringToBuffer()
303 return CopyStringStreamToBuffer(buffer, bufferLen, ss); in FormatStringId()
H A DFormatting.cpp642 size_t CopyStringStreamToBuffer(char* buffer, size_t bufferLen, FormatBuffer& ss) in CopyStringStreamToBuffer() function
744 return CopyStringStreamToBuffer(buffer, bufferLen, ss); in FormatStringAny()