MCPcopy Create free account
hub / github.com/Unity-Technologies/HLSLcc / bsplitscb

Function bsplitscb

src/cbstring/bstrlib.c:2815–2846  ·  view source on GitHub ↗

int bsplitscb (const_bstring str, const_bstring splitStr, int pos, * int (* cb) (void * parm, int ofs, int len), void * parm) * * Iterate the set of disjoint sequential substrings over str divided by any * of the characters in splitStr. An empty splitStr causes the whole str to * be iterated once. * * Note: Non-destructive modification of str from within the cb function * while perf

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

bsplitsFunction · 0.85

Calls 2

bsplitcbFunction · 0.85
buildCharFieldFunction · 0.85

Tested by

no test coverage detected