Home
last modified time | relevance | path

Searched refs:URES_IS_ARRAY (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Duresdata.h81 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro
83 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.cpp644 if(URES_IS_ARRAY(res)) { in getStringArrayOrStringAsArray()
935 } else if(URES_IS_ARRAY(type)) { in res_findResource()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java368 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader
732 if(!URES_IS_ARRAY(type)) { in getArray()
DICUResourceBundle.java911 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java366 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader
730 if(!URES_IS_ARRAY(type)) { in getArray()
DICUResourceBundle.java907 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()