Home
last modified time | relevance | path

Searched defs:toSet (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java78 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert()
134 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() local
174 …CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = … in testOps() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DDataDrivenCalendarTest.java81 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert()
137 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() local
177 …CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = … in testOps() local
/third_party/icu/icu4c/source/test/intltest/
Ddadrcal.cpp89 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert()
384 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
Dtransrt.cpp1625 const char* toSet,const char* exclusions){ in TestDebug()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
/third_party/node/deps/icu-small/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
/third_party/icu/icu4c/source/common/unicode/
Denumset.h44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set()
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts456 toSet(): Set<V>; method
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigTests.cpp523 std::set<T> toSet (const T (&arr)[N]) in toSet() function