Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/icu/icu4c/source/common/
Duresdata.h83 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro
85 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.cpp646 if(URES_IS_ARRAY(res)) { in getStringArrayOrStringAsArray()
963 } else if(URES_IS_ARRAY(type)) { in res_findResource()
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.h83 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro
85 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.cpp646 if(URES_IS_ARRAY(res)) { in getStringArrayOrStringAsArray()
963 } else if(URES_IS_ARRAY(type)) { in res_findResource()
/third_party/node/deps/icu-small/source/common/
Duresdata.h83 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16) macro
85 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
Duresdata.cpp646 if(URES_IS_ARRAY(res)) { in getStringArrayOrStringAsArray()
963 } else if(URES_IS_ARRAY(type)) { in res_findResource()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java367 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader
731 if(!URES_IS_ARRAY(type)) { in getArray()
DICUResourceBundle.java985 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundleReader.java369 static boolean URES_IS_ARRAY(int type) { in URES_IS_ARRAY() method in ICUResourceBundleReader
733 if(!URES_IS_ARRAY(type)) { in getArray()
DICUResourceBundle.java989 } else if (ICUResourceBundleReader.URES_IS_ARRAY(type)) { in findStringWithFallback()