Searched refs:c0 (Results 1 – 3 of 3) sorted by relevance
59 Currency c0 = Currency.getInstance("CAD"); in test_getInstanceLjava_util_Locale() local63 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()
35 C0 c0 = new C0(); in setup() local36 callF0(c0); in setup()267 C0 c0 = new C0(); in timeConflictDepth01() local269 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 …]
4021 protected char c0; // performance optimization to avoid the field in PrefixTree4031 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()