Home | History | Annotate | Download | only in intltest

Lines Matching refs:ab

981     const UChar ab[] = { 0x61, 0x62, 0 };
983 assertTrue("abcde.startsWith(ab, -1)", test.startsWith(ab, -1));
984 assertTrue("abcde.startsWith(ab, 0, -1)", test.startsWith(ab, 0, -1));
1033 test=UNICODE_STRING_SIMPLE("ab\\U0001F4A9e").unescape();
2063 if(dest!=UNICODE_STRING_SIMPLE("ab\\U00050000cdefghij").unescape()) {