Searched defs:alphabetic (Results 1 – 6 of 6) sorted by relevance
49 public boolean alphabetic() default false; in alphabetic() method
295 pub fn alphabetic(&self) -> char { in alphabetic() method634 pub fn alphabetic() -> char { in alphabetic() function
2941 UnicodeSet alphabetic = new UnicodeSet("[:alphabetic:]").freeze(); in TestAny() local
2938 UnicodeSet alphabetic = new UnicodeSet("[:alphabetic:]").freeze(); in TestAny() local
3983 UnicodeSet alphabetic("[:alphabetic:]", status); in TestAny() local