Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dmessagepattern.cpp37 static const char16_t u_plus=0x2B; variable
951 } else if(c==u_plus) { 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()
/third_party/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp37 static const UChar u_plus=0x2B; variable
951 } else if(c==u_plus) { 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()
/third_party/icu/icu4c/source/common/
Dmessagepattern.cpp37 static const UChar u_plus=0x2B; variable
951 } else if(c==u_plus) { 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()