Searched refs:newFeatures (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | FeatureList.java | 31 Feature[] newFeatures = new Feature[features.length + 5]; in addFeature() local 33 System.arraycopy(features, 0, newFeatures, 0, features.length); in addFeature() 34 features = newFeatures; in addFeature()
|
D | ScriptList.java | 34 Feature[] newFeatures = new Feature[features.length + 5]; in addFeature() local 36 System.arraycopy(features, 0, newFeatures, 0, features.length); in addFeature() 37 features = newFeatures; in addFeature()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | FeatureUtil.java | 276 String newRequirement, Set<Feature<?>> newFeatures, in checkConflict() argument 279 conflictingFeatures = intersection(newFeatures, earlierFeatures); in checkConflict()
|