HomeSort by relevance Sort by last modified time
    Searched defs:URES_IS_ARRAY (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
uresdata.h 81 #define URES_IS_ARRAY(type) ((int32_t)(type)==URES_ARRAY || (int32_t)(type)==URES_ARRAY16)
83 #define URES_IS_CONTAINER(type) (URES_IS_TABLE(type) || URES_IS_ARRAY(type))
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 368 static boolean URES_IS_ARRAY(int type) {
732 if(!URES_IS_ARRAY(type)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 366 static boolean URES_IS_ARRAY(int type) {
730 if(!URES_IS_ARRAY(type)) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 56 milliseconds