Home
last modified time | relevance | path

Searched refs:nlPos (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp435 auto nlPos = stringContents.find("\n", pos); in InsertIntoString() local
436 if (nlPos == BASE_NS::string::npos) { in InsertIntoString()
437 nlPos = len - 1; in InsertIntoString()
439 stringContents.insert(nlPos + 1, (insertion + "\r\n").data()); in InsertIntoString()

Completed in 2 milliseconds