Searched refs:TestFact (Results 1 – 1 of 1) sorted by relevance
1521 static class TestFact implements Transliterator.Factory { class in TransliteratorTest1532 public TestFact(String theID) { in TestFact() method in TransliteratorTest.TestFact1574 Transliterator.registerFactory(IDS[i], new TestFact(IDS[i])); in TestSTV()