Home | History | Annotate | Download | only in common

Lines Matching full:u_plus

35 static const UChar u_plus=0x2B;
949 } else if(c==u_plus) {
1025 if((c<0x30 && c!=u_plus && c!=u_minus && c!=u_dot) || (c>0x39 && c!=u_e && c!=u_E && c!=0x221e)) {