Lines Matching refs:i

75             for (int i = 0; i < sizeof aTests / sizeof (Test); ++i)  in testDescriptorParsing()  local
81 aTests[i].pInput)); in testDescriptorParsing()
87 if (aTests[i].bValid) in testDescriptorParsing()
125 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorDescriptor() local
132 aTests[i].pInput)). in testDescriptorDescriptor()
142 aTests[i].pDescriptor)); in testDescriptorDescriptor()
173 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorName() local
180 aTests[i].pInput)).getName(); in testDescriptorName()
188 aName.equalsAscii(aTests[i].pName)); in testDescriptorName()
218 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorKey() local
225 aTests[i].pInput)). in testDescriptorKey()
226 hasParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in testDescriptorKey()
234 bPresent == aTests[i].bPresent); in testDescriptorKey()
288 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorValue() local
295 aTests[i].pInput)). in testDescriptorValue()
296 getParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in testDescriptorValue()
303 aValue.equalsAscii(aTests[i].pValue)); in testDescriptorValue()
331 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlParsing() local
336 cppu::UnoUrl aUrl(rtl::OUString::createFromAscii(aTests[i].pInput)); in testUrlParsing()
342 if (aTests[i].bValid) in testUrlParsing()
368 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlConnection() local
375 aTests[i].pInput)). in testUrlConnection()
384 aTests[i].pConnection)); in testUrlConnection()
402 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlProtocol() local
409 aTests[i].pInput)). in testUrlProtocol()
418 aTests[i].pProtocol)); in testUrlProtocol()
439 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlObjectName() local
446 aTests[i].pInput)).getObjectName(); in testUrlObjectName()
454 aTests[i].pObjectName)); in testUrlObjectName()