Searched refs:u_E (Results 1 – 1 of 1) sorted by relevance
45 static const UChar u_E=0x45; variable1025 … if((c<0x30 && c!=u_plus && c!=u_minus && c!=u_dot) || (c>0x39 && c!=u_e && c!=u_E && c!=0x221e)) { in skipDouble()1047 ((c=msg.charAt(index))==u_e || c==u_E); in isChoice()1067 ((c=msg.charAt(index++))==u_e || c==u_E) && in isSelect()1069 ((c=msg.charAt(index++))==u_e || c==u_E) && in isSelect()