Lines Matching defs:Data
159 struct Data { in testParse() struct
160 char const * uriReference; in testParse()
161 char const * scheme; in testParse()
162 char const * schemeSpecificPart; in testParse()
163 bool isHierarchical; in testParse()
164 char const * authority; in testParse()
165 char const * path; in testParse()
166 bool hasRelativePath; in testParse()
167 sal_Int32 pathSegmentCount; in testParse()
168 char const * pathSegment0; in testParse()
169 char const * pathSegment1; in testParse()
170 char const * pathSegment2; in testParse()
171 char const * pathSegment3; in testParse()
172 char const * pathSegment4; in testParse()
173 char const * query; in testParse()
174 char const * fragment; in testParse()
295 struct Data { in testMakeAbsolute() struct
296 char const * baseUriReference; in testMakeAbsolute()
297 char const * uriReference; in testMakeAbsolute()
298 bool processSpecialBaseSegments; in testMakeAbsolute()
299 css::uri::RelativeUriExcessParentSegments excessParentSegments; in testMakeAbsolute()
300 char const * absolute; in testMakeAbsolute()
619 struct Data { in testMakeRelative() struct
620 char const * baseUriReference; in testMakeRelative()
621 char const * uriReference; in testMakeRelative()
622 bool preferAuthorityOverRelativePath; in testMakeRelative()
623 bool preferAbsoluteOverRelativePath; in testMakeRelative()
624 bool encodeRetainedSpecialSegments; in testMakeRelative()
625 char const * relative; in testMakeRelative()
626 char const * absolute; in testMakeRelative()
736 struct Data { in testVndSunStarExpand() struct
737 char const * uriReference; in testVndSunStarExpand()
738 char const * expanded; in testVndSunStarExpand()
775 struct Data { in testVndSunStarScript() struct
776 char const * uriReference; in testVndSunStarScript()
777 char const * name; in testVndSunStarScript()
778 const bool normalized; in testVndSunStarScript()
779 Parameter parameters[parameterCount]; in testVndSunStarScript()
924 struct Data { in testTranslator() struct
925 char const * externalUriReference; in testTranslator()
926 char const * internalUriReference; in testTranslator()
927 bool toInternal; in testTranslator()
968 struct Data { in testPkgUrlFactory() struct
969 char const * authority; in testPkgUrlFactory()
970 char const * result; in testPkgUrlFactory()