Searched refs:qn (Results 1 – 1 of 1) sorted by relevance
384 String qn = item.qualifiedName(); in inList() local387 if (ex != null && ex.qualifiedName().equals(qn)) { in inList()535 String qn = t.qualifiedTypeName(); in matchesParams() local538 int qnlen = qn.length(); in matchesParams()539 if (!(qn.equals(s) || in matchesParams()540 ((slen+1)<qnlen && qn.charAt(qnlen-slen-1)=='.' in matchesParams()541 && qn.endsWith(s)))) { in matchesParams()