Searched refs:typeLength (Results 1 – 4 of 4) sorted by relevance
124 final int typeLength = desiredType.length(); in compareMimeTypes() local125 if (typeLength == 3 && desiredType.equals("*/*")) { in compareMimeTypes()131 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') { in compareMimeTypes()
1905 final int typeLength = type.length(); in findMimeType() local1906 if (typeLength == 3 && type.equals("*/*")) { in findMimeType()1920 if (typeLength == slashpos+2 && type.charAt(slashpos+1) == '*') { in findMimeType()
821 int typeLength = buffer.get() & 0xFF; in parse() local825 if (inChunk && typeLength != 0) { in parse()830 type = (typeLength > 0 ? new byte[typeLength] : EMPTY_BYTE_ARRAY); in parse()995 int typeLength = in.readInt();996 byte[] type = new byte[typeLength];
238 byte typeLength = 2; in testWellKnownLongIntegerMimeTypeValues()242 data[1] = typeLength; in testWellKnownLongIntegerMimeTypeValues()