MCPcopy Create free account
hub / github.com/buggins/coolreader / replaceIntParam

Method replaceIntParam

crengine/src/lvstring.cpp:3977–3980  ·  view source on GitHub ↗

replaces first found occurence of "$N" pattern with itoa of integer, where N=index

Source from the content-addressed store, hash-verified

3975
3976/// replaces first found occurence of "$N" pattern with itoa of integer, where N=index
3977bool lString16::replaceIntParam(int index, int replaceNumber)
3978{
3979 return replaceParam( index, lString16::itoa(replaceNumber));
3980}
3981
3982static int decodeHex( lChar16 ch )
3983{

Callers 2

CRTOCDialogMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected