Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCurrencyTest.java59 Currency c0 = Currency.getInstance("CAD"); in test_getInstanceLjava_util_Locale() local
63 c1 == c0); in test_getInstanceLjava_util_Locale()
67 c2 == c0); in test_getInstanceLjava_util_Locale()
71 c3 == c0); in test_getInstanceLjava_util_Locale()
73 c0 = Currency.getInstance("JPY"); in test_getInstanceLjava_util_Locale()
77 c1 == c0); in test_getInstanceLjava_util_Locale()
81 c2 == c0); in test_getInstanceLjava_util_Locale()
85 c3 == c0); in test_getInstanceLjava_util_Locale()
/libcore/benchmarks/src/benchmarks/
DImtConflictBenchmark.java35 C0 c0 = new C0(); in setup() local
36 callF0(c0); in setup()
267 C0 c0 = new C0(); in timeConflictDepth01() local
269 callF0(c0); in timeConflictDepth01()
270 callF0(c0); in timeConflictDepth01()
271 callF0(c0); in timeConflictDepth01()
272 callF0(c0); in timeConflictDepth01()
273 callF0(c0); in timeConflictDepth01()
274 callF0(c0); in timeConflictDepth01()
275 callF0(c0); in timeConflictDepth01()
[all …]
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4021 protected char c0; // performance optimization to avoid the field in PrefixTree
4031 c0 = 0xffff; in PrefixTree()
4033 c0 = key.charAt(0); in PrefixTree()
4102 if (isEqual(c.c0, subKey.charAt(0))) { in add0()
4149 if (isEqual(c.c0, text.charAt(off))) { in match()
4181 if (isEqual(c.c0, text.charAt(off))) { in match()
4334 if (isEqual(c.c0, text.charAt(off0))) { in match()