Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dmessagepattern.cpp39 static const UChar u_minus=0x2D; variable
945 if(c==u_minus) { in parseDouble()
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()