Home | History | Annotate | Download | only in intltest

Lines Matching full:lowercase

322     UnicodeSet *set1=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Lowercase Letter}"), status); //  :Ll: Letter, lowercase
323 UnicodeSet *set1a=new UnicodeSet(UNICODE_STRING_SIMPLE("[:Ll:]"), status); // Letter, lowercase
1084 UnicodeSet s2(UNICODE_STRING_SIMPLE("\\p{lowercase}"), status);