Lines Matching defs:u_a
44 static const UChar u_A=0x41;59 static const UChar u_a=0x61;1037 return (u_a<=c && c<=u_z) || (u_A<=c && c<=u_Z);1060 ((c=msg.charAt(index++))==u_a || c==u_A) &&1085 ((c=msg.charAt(index++))==u_a || c==u_A) &&