Lines Matching refs:aTest

86 	String aTest;  in testRelToAbs()  local
300 static RelToAbsTest const aTest[] in main() local
378 if (!testRelToAbs(aTest, sizeof aTest / sizeof (RelToAbsTest))) in main()
384 static SetFSysTest const aTest[] in main() local
433 if (!testSetFSys(aTest, sizeof aTest / sizeof (SetFSysTest))) in main()
472 static Test const aTest[] in main() local
495 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
497 INetURLObject aUrl(aTest[i].in); in main()
499 printf("BAD %s\n", aTest[i].in); in main()
502 aTest[i].out == 0 ? aTest[i].in : aTest[i].out) in main()
507 aTest[i].in, in main()
516 static sal_Char const * const aTest[] in main() local
529 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
531 INetURLObject aUrl(aTest[i]); in main()
533 printf("BAD %s\n", aTest[i]); in main()
542 equalsAscii(aTest[i]) != sal_True) in main()
546 aTest[i], in main()
555 static sal_Char const * const aTest[] in main() local
564 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
566 INetURLObject aUrl(aTest[i]); in main()
568 printf("BAD %s\n", aTest[i]); in main()
570 equalsAscii(aTest[i]) != sal_True) in main()
574 aTest[i], in main()
582 static sal_Char const * const aTest[] in main() local
589 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
591 INetURLObject aUrl(aTest[i]); in main()
593 printf("BAD %s\n", aTest[i]); in main()
595 equalsAscii(aTest[i]) != sal_True) in main()
599 aTest[i], in main()
1141 static Test const aTest[] in main() local
1218 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
1220 INetURLObject aUrl(aTest[i].m_pInput); in main()
1221 if (aTest[i].m_pOutput == 0 in main()
1225 equalsAscii(aTest[i].m_pOutput) in main()
1230 aTest[i].m_pInput, in main()
1233 aTest[i].m_pOutput == 0 ? "<none>" : aTest[i].m_pOutput); in main()
1245 static Test const aTest[] in main() local
1248 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
1251 String(aTest[i].m_pInput, RTL_TEXTENCODING_UTF8), in main()
1253 if (aTest[i].m_pOutput == 0 in main()
1257 equalsAscii(aTest[i].m_pOutput) in main()
1262 aTest[i].m_pInput, in main()
1265 aTest[i].m_pOutput == 0 ? "<none>" : aTest[i].m_pOutput); in main()
1352 static Test const aTest[] in main() local
1377 for (std::size_t i = 0; i < sizeof aTest / sizeof aTest[0]; ++i) in main()
1380 bool bOk = aUri.ConcatData(aTest[i].eScheme, String(), String(), in main()
1382 String(aTest[i].pPath, in main()
1388 static_cast< int >(aTest[i].eScheme), aTest[i].pPath, in main()
1391 else if (aTest[i].pUri == 0 in main()
1395 equalsAscii(aTest[i].pUri) in main()
1400 static_cast< int >(aTest[i].eScheme), aTest[i].pPath, in main()
1403 aTest[i].pUri == 0 ? "<none>" : aTest[i].pUri); in main()