OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URES_IS_ARRAY
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresdata.h
72
#define
URES_IS_ARRAY
(type) ((type)==URES_ARRAY || (type)==URES_ARRAY16)
74
#define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) ||
URES_IS_ARRAY
(type))
uresdata.c
583
} else if(
URES_IS_ARRAY
(type)) {
[
all
...]
/external/icu4c/common/
uresdata.h
78
#define
URES_IS_ARRAY
(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16)
80
#define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) ||
URES_IS_ARRAY
(type))
uresdata.c
602
} else if(
URES_IS_ARRAY
(type)) {
[
all
...]
Completed in 47 milliseconds