Home
last modified time | relevance | path

Searched refs:u_e (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dmessagepattern.cpp62 static const UChar u_e=0x65; variable
81 u_o, u_f, u_f, u_s, u_e, u_t, u_colon
85 u_o, u_t, u_h, u_e, u_r
1027 … if((c<0x30 && c!=u_plus && c!=u_minus && c!=u_dot) || (c>0x39 && c!=u_e && c!=u_E && c!=0x221e)) { in skipDouble()
1049 ((c=msg.charAt(index))==u_e || c==u_E); in isChoice()
1069 ((c=msg.charAt(index++))==u_e || c==u_E) && in isSelect()
1071 ((c=msg.charAt(index++))==u_e || c==u_E) && in isSelect()