Home | History | Annotate | Download | only in cintltst

Lines Matching full:alphabetic

3104     U_STRING_DECL(alphaPattern, "[:Alphabetic:]", 14);
3118 U_STRING_INIT(alphaPattern, "[:Alphabetic:]", 14);
3153 /* check that Cf is neither Hyphen nor Dash nor Alphabetic */
3159 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE);