Home
last modified time | relevance | path

Searched refs:best (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DRegexpPool.java91 RegexpNode best = p; in delete() local
107 best = p; in delete()
119 best = p; in delete()
126 if (re.equals(best.re)) { in delete()
127 o = best.result; in delete()
128 best.result = null; in delete()
132 if (re.equals(best.re)) { in delete()
133 o = best.result; in delete()
134 best.result = null; in delete()
193 RegexpNode best = p; in matchAfter() local
[all …]
/libcore/luni/src/test/java/libcore/libcore/icu/
DICUTest.java103 private String best(Locale l, String skeleton) { in best() method in ICUTest
110 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "yyyy-M-dd")))); in test_getDateFormatOrder()
111 assertEquals("[y, d, M]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "yyyy-MMM-dd")))); in test_getDateFormatOrder()
112 assertEquals("[d, M, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "MMM-dd")))); in test_getDateFormatOrder()
114 assertEquals("[y, M, d]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "yyyy-M-dd")))); in test_getDateFormatOrder()
115 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "yyyy-MMM-dd")))); in test_getDateFormatOrder()
116 assertEquals("[d, M, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "MMM-dd")))); in test_getDateFormatOrder()
120 assertEquals("[M, d, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "yyyy-M-dd")))); in test_getDateFormatOrder()
121 assertEquals("[M, d, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "yyyy-MMM-dd")))); in test_getDateFormatOrder()
122 assertEquals("[M, d, \u0000]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "MMM-dd")))); in test_getDateFormatOrder()
[all …]
/libcore/tools/testmapping/
DREADME10 3. Do that two more times. We'll use best-of-three timings, since sometimes a
/libcore/
DLICENSE267 use to the public, the best way to achieve this is to make it free software