Searched refs:UNSIGNED_SHORT_MAX (Results 1 – 1 of 1) sorted by relevance
72 private static final int UNSIGNED_SHORT_MAX = 65535; field in ExifTag914 if (v > UNSIGNED_SHORT_MAX || v < 0) { in checkOverflowForUnsignedShort()