Home
last modified time | relevance | path

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

/AOO41X/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx46 static Test const aTests[] in testDescriptorParsing() local
75 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorParsing()
81 aTests[i].pInput)); in testDescriptorParsing()
87 if (aTests[i].bValid) in testDescriptorParsing()
105 static Test const aTests[] in testDescriptorDescriptor() local
125 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorDescriptor()
132 aTests[i].pInput)). in testDescriptorDescriptor()
142 aTests[i].pDescriptor)); in testDescriptorDescriptor()
154 static Test const aTests[] in testDescriptorName() local
173 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorName()
[all …]
/AOO41X/main/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx124 TestConvertToString const aTests[] in convertToString() local
178 for (unsigned int i = 0; i < sizeof aTests / sizeof aTests[0]; ++i) in convertToString()
179 testConvertToString(aTests[i]); in convertToString()