OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_NINE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
selfmtimpl.h
52
#define
U_NINE
((UChar)0x0039)
plurrule_impl.h
51
#define
U_NINE
((UChar)0x0039)
selfmt.cpp
315
if ((ch >= U_ZERO) && (ch <=
U_NINE
)) {
plurrule.cpp
1067
if ((ch>=U_ZERO) && (ch<=
U_NINE
)) {
Completed in 208 milliseconds