Lines Matching refs:test_getSegmentCount
241 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()
1718 bSuccess &= test_getSegmentCount("file:///foo", false, 1); in main()
1719 bSuccess &= test_getSegmentCount("file:///foo", true, 1); in main()