OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URES_TABLE32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresdata.h
37
URES_TABLE32
=4,
73
#define URES_IS_TABLE(type) ((type)==URES_TABLE || (type)==URES_TABLE16 || (type)==
URES_TABLE32
)
/external/icu4c/common/
uresdata.h
38
URES_TABLE32
=4,
79
#define URES_IS_TABLE(type) ((int32_t)(type)==URES_TABLE || (int32_t)(type)==URES_TABLE16 || (int32_t)(type)==
URES_TABLE32
)
Completed in 35 milliseconds