OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URES_IS_CONTAINER
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresdata.h
74
#define
URES_IS_CONTAINER
(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
/external/icu4c/common/
uresdata.h
80
#define
URES_IS_CONTAINER
(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Completed in 25 milliseconds