Searched refs:roundtripOK (Results 1 – 3 of 3) sorted by relevance
1106 UBool roundtripOK = (target3.compare(target) == 0); in TestHan() local1107 assertTrue("NumericPinyin must roundtrip", roundtripOK); in TestHan()1108 if (!roundtripOK) { in TestHan()
310 boolean roundtripOK = target3.equals(target); in TestHan()311 assertTrue("NumericPinyin must roundtrip", roundtripOK); in TestHan()312 if (!roundtripOK) { in TestHan()
306 boolean roundtripOK = target3.equals(target); in TestHan()307 assertTrue("NumericPinyin must roundtrip", roundtripOK); in TestHan()308 if (!roundtripOK) { in TestHan()