Home | History | Annotate | Download | only in exif

Lines Matching refs:TYPE_ASCII

40     public static final short TYPE_ASCII = 2;
79 TYPE_TO_SIZE_MAP[TYPE_ASCII] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
140 * @see #TYPE_ASCII
180 * @see #TYPE_ASCII
315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string.
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
337 } else if (mDataType == TYPE_ASCII && mComponentCountActual == 1) {
520 * method will fail if the data type is not {@link #TYPE_ASCII} or the
535 * {@link #TYPE_ASCII}.
553 * {@link #TYPE_ASCII}.
751 if (mDataType == TYPE_ASCII) {
779 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG},
799 * Gets the {@link #TYPE_ASCII} data.
802 * {@link #TYPE_ASCII}.
805 if (mDataType != TYPE_ASCII) {
893 case TYPE_ASCII: