Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Duri.h203 size_t lastslashpos = baseuri.GetPathStringLength();
204 while (lastslashpos > 0) {
205 if (baseuri.path_[lastslashpos - 1] == '/') break;
206 lastslashpos--;
208 std::memcpy(&resuri.path_[pos], baseuri.path_, lastslashpos * sizeof(Ch));
209 pos += lastslashpos;
429 size_t lastslashpos = newpos; in RemoveDotSegments() local
431 if (lastslashpos > 1) { in RemoveDotSegments()
433 lastslashpos--; in RemoveDotSegments()
434 while (lastslashpos > 0) { in RemoveDotSegments()
[all …]