Home
last modified time | relevance | path

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

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