Home | History | Annotate | Download | only in intltest

Lines Matching defs:ab

971     const UChar ab[] = { 0x61, 0x62, 0 };
973 assertTrue("abcde.startsWith(ab, -1)", test.startsWith(ab, -1));
974 assertTrue("abcde.startsWith(ab, 0, -1)", test.startsWith(ab, 0, -1));
1023 test=UNICODE_STRING_SIMPLE("ab\\U0001F4A9e").unescape();
2053 if(dest!=UNICODE_STRING_SIMPLE("ab\\U00050000cdefghij").unescape()) {