Home | History | Annotate | Download | only in common

Lines Matching full:u_minus

37 static const UChar u_minus=0x2D;
943 if(c==u_minus) {
1025 if((c<0x30 && c!=u_plus && c!=u_minus && c!=u_dot) || (c>0x39 && c!=u_e && c!=u_E && c!=0x221e)) {