Home | History | Annotate | Download | only in content

Lines Matching refs:typeLength

1459         final int typeLength = type.length();
1460 if (typeLength == 3 && type.equals("*/*")) {
1474 if (typeLength == slashpos+2 && type.charAt(slashpos+1) == '*') {