Searched refs:typeLength (Results 1 – 4 of 4) sorted by relevance
82 final int typeLength = desiredType.length(); in compareMimeTypes() local83 if (typeLength == 3 && desiredType.equals("*/*")) { in compareMimeTypes()89 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') { in compareMimeTypes()
1458 final int typeLength = type.length(); in findMimeType() local1459 if (typeLength == 3 && type.equals("*/*")) { in findMimeType()1473 if (typeLength == slashpos+2 && type.charAt(slashpos+1) == '*') { in findMimeType()
448 int typeLength = in.readInt();449 byte[] type = new byte[typeLength];
238 byte typeLength = 2; in testWellKnownLongIntegerMimeTypeValues()242 data[1] = typeLength; in testWellKnownLongIntegerMimeTypeValues()