Home | History | Annotate | Download | only in intltest

Lines Matching full:alphabetic

104     "Alphabetic",
277 UnicodeSet alpha(UNICODE_STRING_SIMPLE("[:Alphabetic:]"), errorCode);
279 dataerrln("UnicodeSet([:Alphabetic:]) failed - %s", u_errorName(errorCode));
287 UnicodeString pattern=UNICODE_STRING_SIMPLE("[:Alphabetic=:]");
292 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
297 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
301 UnicodeString pattern=UNICODE_STRING_SIMPLE("[:Alphabetic=:]");
306 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", trueValues[i], u_errorName(errorCode));
310 errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n", trueValues[i]);