Searched refs:tempTrans (Results 1 – 2 of 2) sorted by relevance
459 …Transliterator tempTrans = Transliterator.createFromRules("temp", "x > y; x{a} > b; ", Translitera… in TestFiltering() local460 tempTrans.setFilter(new UnicodeSet("[a]")); in TestFiltering()461 String tempResult = tempTrans.transform("xa"); in TestFiltering()464 …tempTrans = Transliterator.createFromRules("temp", "::[a]; x > y; x{a} > b; ", Transliterator.FORW… in TestFiltering()465 tempResult = tempTrans.transform("xa"); in TestFiltering()
456 …Transliterator tempTrans = Transliterator.createFromRules("temp", "x > y; x{a} > b; ", Translitera… in TestFiltering() local457 tempTrans.setFilter(new UnicodeSet("[a]")); in TestFiltering()458 String tempResult = tempTrans.transform("xa"); in TestFiltering()461 …tempTrans = Transliterator.createFromRules("temp", "::[a]; x > y; x{a} > b; ", Transliterator.FORW… in TestFiltering()462 tempResult = tempTrans.transform("xa"); in TestFiltering()