Searched refs:MAX_UNSIGNED_SHORT (Results 1 – 3 of 3) sorted by relevance
41 protected static final int MAX_UNSIGNED_SHORT = 65_535; field in FastDataOutput154 if (len > MAX_UNSIGNED_SHORT) { in writeUTF()189 writeShort(MAX_UNSIGNED_SHORT); in writeInternedUTF()195 if (ref < MAX_UNSIGNED_SHORT) { in writeInternedUTF()
41 protected static final int MAX_UNSIGNED_SHORT = 65_535; field in FastDataInput195 if (ref == MAX_UNSIGNED_SHORT) { in readInternedUTF()200 if (mStringRefCount < MAX_UNSIGNED_SHORT) { in readInternedUTF()
84 if (Math.abs(len) > MAX_UNSIGNED_SHORT) { in writeUTF()