Home | History | Annotate | Download | only in intltest

Lines Matching defs:ab

977     const UChar ab[] = { 0x61, 0x62, 0 };
979 assertTrue("abcde.startsWith(ab, -1)", test.startsWith(ab, -1));
980 assertTrue("abcde.startsWith(ab, 0, -1)", test.startsWith(ab, 0, -1));
1029 test=UNICODE_STRING_SIMPLE("ab\\U0001F4A9e").unescape();
2055 if(dest!=UNICODE_STRING_SIMPLE("ab\\U00050000cdefghij").unescape()) {