Searched refs:u_e (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 60 static const UChar u_e=0x65; variable 79 u_o, u_f, u_f, u_s, u_e, u_t, u_colon 83 u_o, u_t, u_h, u_e, u_r 1025 … 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()
|