OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_ZERO
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h
43
#define
U_ZERO
((UChar)0x0030)
plurrule_impl.h
42
#define
U_ZERO
((UChar)0x0030)
selfmt.cpp
315
if ((ch >=
U_ZERO
) && (ch <= U_NINE)) {
plurrule.cpp
1067
if ((ch>=
U_ZERO
) && (ch<=U_NINE)) {
/external/icu4c/i18n/
selfmtimpl.h
38
#define
U_ZERO
((UChar)0x0030)
plurrule_impl.h
39
#define
U_ZERO
((UChar)0x0030)
plurrule.cpp
[
all
...]
Completed in 36 milliseconds