Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dselfmtimpl.h40 #define U_ZERO ((UChar)0x0030) macro
Dplurrule_impl.h53 static const UChar U_ZERO = ((UChar)0x0030); variable
Dplurrule.cpp1265 if ((ch>=U_ZERO) && (ch<=U_NINE)) { in charType()