Searched refs:typeLength (Results 1 – 5 of 5) sorted by relevance
824 int typeLength = buffer.get() & 0xFF; in parse() local828 if (inChunk && typeLength != 0) { in parse()833 type = (typeLength > 0 ? new byte[typeLength] : EMPTY_BYTE_ARRAY); in parse()845 if (typeLength == 0 && tnf != NdefRecord.TNF_UNKNOWN) { in parse()1001 int typeLength = in.readInt();1002 byte[] type = new byte[typeLength];
139 final int typeLength = desiredType.length(); in compareMimeTypes() local140 if (typeLength == 3 && desiredType.equals("*/*")) { in compareMimeTypes()146 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') { in compareMimeTypes()
2422 final int typeLength = type.length(); in findMimeType() local2423 if (typeLength == 3 && type.equals("*/*")) { in findMimeType()2437 if (typeLength == slashpos+2 && type.charAt(slashpos+1) == '*') { in findMimeType()
178 final int typeLength = desiredType.length(); in compareTypes() local179 if (typeLength == 3 && desiredType.equals("*/*")) { in compareTypes()
238 byte typeLength = 2; in testWellKnownLongIntegerMimeTypeValues()242 data[1] = typeLength; in testWellKnownLongIntegerMimeTypeValues()