Home | History | Annotate | Download | only in intltest

Lines Matching full:abcde

980     UnicodeString test("abcde");
983 assertTrue("abcde.startsWith(ab, -1)", test.startsWith(ab, -1));
984 assertTrue("abcde.startsWith(ab, 0, -1)", test.startsWith(ab, 0, -1));
985 assertTrue("abcde.endsWith(de, -1)", test.endsWith(de, -1));
986 assertTrue("abcde.endsWith(de, 0, -1)", test.endsWith(de, 0, -1));