Searched defs:utflen (Results 1 – 4 of 4) sorted by relevance
348 int utflen = 0; in writeUTF() local
589 int utflen = in.readUnsignedShort(); in readUTF() local
1343 long utflen = bout.getUTFLength(str); in writeString() local2208 long utflen = 0; in getUTFLength() local2233 void writeUTF(String s, long utflen) throws IOException { in writeUTF()2258 void writeLongUTF(String s, long utflen) throws IOException { in writeLongUTF()
3048 private String readUTFBody(long utflen) throws IOException { in readUTFBody()3083 private long readUTFSpan(StringBuilder sbuf, long utflen) in readUTFSpan()3160 private int readUTFChar(StringBuilder sbuf, long utflen) in readUTFChar()