Searched refs:TYPE_LONG (Results 1 – 6 of 6) sorted by relevance
63 public static final short TYPE_LONG = 9; field in ExifTag84 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;123 type == TYPE_LONG || type == TYPE_RATIONAL; in isValidType()240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG && in setValue()903 case TYPE_LONG: in convertTypeToString()
164 case ExifTag.TYPE_LONG: in writeTagValue()
493 case ExifTag.TYPE_LONG: in writeTagValue()
714 case ExifTag.TYPE_LONG: { in readFullTagValue()
97 static final int TYPE_LONG = 'I' | 8 << 8; field in TypedProperties122 return TYPE_LONG; in interpretType()
155 private static final String TYPE_LONG = "l"; field in Content.Parser390 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()