Home
last modified time | relevance | path

Searched refs:bestSoFar (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java168 T bestSoFar = it.next(); in getBest()
172 int compValue = comp.compare(item, bestSoFar); in getBest()
174 bestSoFar = item; in getBest()
180 int compValue = comp.compare(item, bestSoFar); in getBest()
182 bestSoFar = item; in getBest()
186 return bestSoFar; in getBest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DCollectionUtilities.java171 T bestSoFar = it.next(); in getBest()
175 int compValue = comp.compare(item, bestSoFar); in getBest()
177 bestSoFar = item; in getBest()
183 int compValue = comp.compare(item, bestSoFar); in getBest()
185 bestSoFar = item; in getBest()
189 return bestSoFar; in getBest()
/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp79 int bestSoFar = 1024; in create_etc1_block() local
85 if (bestSoFar > score) { in create_etc1_block()
86 bestSoFar = score; in create_etc1_block()
/third_party/skia/src/gpu/
DGrDataUtils.cpp92 int bestSoFar = 1024; in create_etc1_block() local
98 if (bestSoFar > score) { in create_etc1_block()
99 bestSoFar = score; in create_etc1_block()
/third_party/icu/icu4c/source/i18n/unicode/
Dcalendar.h1766 … int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dcalendar.h1747 … int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcalendar.h1766 … int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcalendar.h1766 … int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const;