Searched refs:childEnding (Results 1 – 1 of 1) sorted by relevance
300 …private static boolean sameExceptEnd(String childValue, String childEnding, String parentValue, St… in sameExceptEnd() argument301 if (childValue.endsWith(childEnding) in sameExceptEnd()303 && childValue.substring(0, childValue.length() - childEnding.length()).equals( in sameExceptEnd()