Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Duri.h88 query_ = CopyPart(path_, rhs.path_, rhs.GetPathStringLength());
112 SizeType GetPathStringLength() const { return path_ == 0 ? 0 : internal::StrLen<Ch>(path_); } in GetPathStringLength() function
123 …g GetPath(const GenericUri& uri) { return String(uri.GetPathString(), uri.GetPathStringLength()); } in GetPath()
166 resuri.query_ = CopyPart(resuri.path_, path_, GetPathStringLength());
175 resuri.query_ = CopyPart(resuri.path_, path_, GetPathStringLength());
181 if (GetPathStringLength() == 0) {
183 … resuri.query_ = CopyPart(resuri.path_, baseuri.path_, baseuri.GetPathStringLength());
194 resuri.query_ = CopyPart(resuri.path_, path_, GetPathStringLength());
199 … if (!(baseuri.GetAuthStringLength() == 0) && baseuri.GetPathStringLength() == 0) {
203 size_t lastslashpos = baseuri.GetPathStringLength();
[all …]