Searched refs:arrType (Results 1 – 2 of 2) sorted by relevance
869 Class arrType = oldValue.getClass().getComponentType() ; in changePValue() local870 newValue = Array.newInstance(arrType, Array.getLength(oldValue)) ; in changePValue()872 if (!arrType.isPrimitive()) { in changePValue()876 if (Boolean.TYPE.equals(arrType)) { in changePValue()879 if (Byte.TYPE.equals(arrType)) { in changePValue()883 if (Character.TYPE.equals(arrType)) { in changePValue()887 if (Double.TYPE.equals(arrType)) { in changePValue()890 if (Float.TYPE.equals(arrType)) { in changePValue()893 if (Integer.TYPE.equals(arrType)) { in changePValue()896 if (Long.TYPE.equals(arrType)) { in changePValue()[all …]
750 ABPropertyType arrType; in createHeaderForProperty() local769 arrType = (ABPropertyType) getABTypeFromCFType( CFGetTypeID(arrValue) ); in createHeaderForProperty()772 arrHeaders[i] = createHeaderForProperty(arrType, arrValue, arrLabel); in createHeaderForProperty()
Completed in 35 milliseconds