Lines Matching defs:u_a
42 static const UChar u_A=0x41;57 static const UChar u_a=0x61;1035 return (u_a<=c && c<=u_z) || (u_A<=c && c<=u_Z);1058 ((c=msg.charAt(index++))==u_a || c==u_A) &&1083 ((c=msg.charAt(index++))==u_a || c==u_A) &&