Home
last modified time | relevance | path

Searched refs:roundTrip (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DJsonTest.java53 roundTrip(test); in create()
56 roundTrip(test); in create()
59 roundTrip(test); in create()
62 roundTrip(test); in create()
65 roundTrip(test); in create()
68 roundTrip(test); in create()
72 roundTrip(test); in create()
75 roundTrip(test); in create()
79 roundTrip(test); in create()
83 roundTrip(test); in create()
[all …]
/external/fonttools/MetaTools/
DroundTrip.py32 def roundTrip(ttFile1, options, report): function
81 roundTrip(ttFile, options, report)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalFormat.java371 long roundTrip = (long) Math.pow(10.0d, log); in otherPluralVariant() local
372 if (roundTrip != divisor[i]) { in otherPluralVariant()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCompactDecimalFormat.java358 long roundTrip = (long) Math.pow(10.0d, log); in otherPluralVariant() local
359 if (roundTrip != divisor[i]) { in otherPluralVariant()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5184 ByteBuffer roundTrip = encoderResult; in TestSCSUConverter() local
5185 CharBuffer roundTripResult = decode.decode(roundTrip); in TestSCSUConverter()
5455 ByteBuffer roundTrip = encoderResult; in TestBOCU1Converter() local
5456 CharBuffer roundTripResult = decode.decode(roundTrip); in TestBOCU1Converter()