Searched refs:sourceToTarget2 (Results 1 – 3 of 3) sorted by relevance
1298 Transliterator sourceToTarget2; in test2() local1302 … sourceToTarget2 = Transliterator.createFromRules("s2t2", rules, Transliterator.FORWARD); in test2()1326 checkSourceTargetSource(sourceToTarget2); in test2()1345 private void checkSourceTargetSource(Transliterator sourceToTarget2) { in checkSourceTargetSource() argument1355 String targ2 = sourceToTarget2.transliterate(cs); in checkSourceTargetSource()
1294 Transliterator sourceToTarget2; in test2() local1298 … sourceToTarget2 = Transliterator.createFromRules("s2t2", rules, Transliterator.FORWARD); in test2()1322 checkSourceTargetSource(sourceToTarget2); in test2()1341 private void checkSourceTargetSource(Transliterator sourceToTarget2) { in checkSourceTargetSource() argument1351 String targ2 = sourceToTarget2.transliterate(cs); in checkSourceTargetSource()
607 TransliteratorPointer sourceToTarget2(Transliterator::createFromRules( in test2() local635 sourceToTarget2->transliterate(targ2); in test2()