Searched refs:sameExceptEnd (Results 1 – 1 of 1) sorted by relevance
162 if (sameExceptEnd(childValue, "re", parentValue, "er") in main()163 || sameExceptEnd(childValue, "res", parentValue, "ers")) { in main()300 …private static boolean sameExceptEnd(String childValue, String childEnding, String parentValue, St… in sameExceptEnd() method in ShowRegionalVariants