Searched refs:childString (Results 1 – 2 of 2) sorted by relevance
86 String childString = child.toLanguageTag(); in TestOldLangaugeGroup() local87 …!assertTrue(getName(parent) + " contains " + getName(childString), isAncestorOf(parent, childStrin… in TestOldLangaugeGroup()88 … System.out.println("superclasses of " + childString + ": " + getAllAncestors(childString)); in TestOldLangaugeGroup()89 … System.out.println("subclasses of " + parent + ": " + getAllChildren(childString)); in TestOldLangaugeGroup()
133 String childString = child.toString(); in main() local134 CLDRFile childFile = FACTORY.make(childString, false, DraftStatus.contributed); in main()