Home
last modified time | relevance | path

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

/AOO41X/main/tools/workben/
H A Durltest.cxx241 bool test_getSegmentCount( in test_getSegmentCount() function
1707 bSuccess &= test_getSegmentCount("mailto:a@b", false, 0); in main()
1708 bSuccess &= test_getSegmentCount("vnd.sun.star.expand:$PREFIX", false, 1); in main()
1709 bSuccess &= test_getSegmentCount("vnd.sun.star.expand:$PREFIX", true, 1); in main()
1710 bSuccess &= test_getSegmentCount("vnd.sun.star.expand:$PREFIX/", false, 2); in main()
1711 bSuccess &= test_getSegmentCount("vnd.sun.star.expand:$PREFIX/", true, 1); in main()
1712 bSuccess &= test_getSegmentCount( in main()
1714 bSuccess &= test_getSegmentCount( in main()
1716 bSuccess &= test_getSegmentCount("file:///", false, 1); in main()
1717 bSuccess &= test_getSegmentCount("file:///", true, 0); in main()
[all …]