Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/filesys/
H A Dfs_util.cpp289Str_PartAppend(&buf, Str_Text(absPath), Str_Length(&basePath), Str_Length(absPath) - Str_Length(&b… in F_RemoveBasePath()
296Str_PartAppend(dst, Str_Text(absPath), Str_Length(&basePath), Str_Length(absPath) - Str_Length(&ba… in F_RemoveBasePath()
334 Str_PartAppend(&buf, Str_Text(src), 1, Str_Length(src)-1); in F_ExpandBasePath()
341 Str_PartAppend(dst, Str_Text(src), 1, Str_Length(src)-1); in F_ExpandBasePath()
359 Str_PartAppend(&buf, Str_Text(src), 2, Str_Length(src)-2); in F_ExpandBasePath()
439 Str_PartAppend(buf, path, 1, len-1); in F_PrettyPath()
H A Dreadfile.cpp85 … AutoStr *string = Str_PartAppend(AutoStr_NewStd(), (char const *)lump.cache(), 0, lump.size()); in M_ReadFileIntoString()
115 … AutoStr *string = Str_PartAppend(AutoStr_NewStd(), (char const *)lump.cache(), 0, lump.size()); in M_ReadFileIntoString()
144 string = Str_PartAppend(AutoStr_NewStd(), buffer.constData(), 0, lumpLength); in M_ReadFileIntoString()
163 AutoStr *string = Str_PartAppend(AutoStr_New(), readBuf, 0, int(bytesRead)); in M_ReadFileIntoString()
H A Dfs_main.cpp1045 Str_PartAppend(temp, Str_Text(path), pm.first.length(), Str_Length(path) - pm.first.length()); in applyPathMapping()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/game/
H A Dg_eventsequence.cpp84 Str_PartAppend(cmd, substart, 0, ch - substart); in invoke()
147 Str_PartAppend(Str_Init(&sequence), _sequence, 0, len); in EventSequence()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dstr.c340 ddstring_t *Str_PartAppend(ddstring_t *str, char const *append, int start, int count) in Str_PartAppend() function
650 Str_PartAppend(&buf, cursor, 0, 1); in Str_CopyDelim2()
660 Str_PartAppend(str, cursor, 0, 1); in Str_CopyDelim2()
747 Str_PartAppend(&buf, str->str, begin, span); in Str_PercentEncode2()
761 Str_PartAppend(&buf, str->str, begin, span); in Str_PercentEncode2()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/menu/widgets/
H A Dcvartextualsliderwidget.cpp104 Str_PartAppend(compStr, beginSubstring, 0, c - beginSubstring); in DENG2_PIMPL()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dstr.h219 DENG_PUBLIC Str *Str_PartAppend(Str *dest, char const *src, int start, int count);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/infine/
H A Dfinaleinterpreter.cpp640 … AutoStr *defaultValue = Str_PartAppend(AutoStr_NewStd(), opRover + 2, 0, defaultValueLen); in DENG2_PIMPL()
652 … AutoStr *defaultValue = Str_PartAppend(AutoStr_NewStd(), opRover + 2, 0, defaultValueLen); in DENG2_PIMPL()
665 … AutoStr *defaultValue = Str_PartAppend(AutoStr_NewStd(), opRover + 2, 0, defaultValueLen); in DENG2_PIMPL()
679 … AutoStr *defaultValue = Str_PartAppend(AutoStr_NewStd(), opRover + 2, 0, defaultValueLen); in DENG2_PIMPL()