Home | History | Annotate | Download | only in intltest

Lines Matching full:alphabetic

106     "Alphabetic",
279 UnicodeSet alpha(UNICODE_STRING_SIMPLE("[:Alphabetic:]"), errorCode);
281 dataerrln("UnicodeSet([:Alphabetic:]) failed - %s", u_errorName(errorCode));
289 UnicodeString pattern=UNICODE_STRING_SIMPLE("[:Alphabetic=:]");
294 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
299 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
303 UnicodeString pattern=UNICODE_STRING_SIMPLE("[:Alphabetic=:]");
308 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", trueValues[i], u_errorName(errorCode));
312 errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n", trueValues[i]);