| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | DataDrivenCalendarTest.java | 78 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() 116 if (!toSet.matches(toCalendar, diffSet)) { in testConvert() 117 String diffs = diffSet.diffFrom(toSet); in testConvert() 134 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() 148 toSet.clear(); in testConvert() 153 toSet.parseFrom(to, fromSet); in testConvert() 159 testConvert(caseString, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert() 163 testConvert(caseString, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert() 174 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = new CalendarFieldsSet(), diffSet = new CalendarFieldsSet(); in testOps() 220 toSet in testOps() 76 testConvert(String caseString, CalendarFieldsSet fromSet, Calendar fromCalendar, CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) testConvert() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| H A D | DataDrivenCalendarTest.java | 81 CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) { in testConvert() 119 if (!toSet.matches(toCalendar, diffSet)) { in testConvert() 120 String diffs = diffSet.diffFrom(toSet); in testConvert() 137 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(); in testConvert() 151 toSet.clear(); in testConvert() 156 toSet.parseFrom(to, fromSet); in testConvert() 162 testConvert(caseString, fromSet, fromCalendar, toSet, toCalendar, forward); in testConvert() 166 testConvert(caseString, toSet, toCalendar, fromSet, fromCalendar, forward); in testConvert() 177 CalendarFieldsSet fromSet = new CalendarFieldsSet(), toSet = new CalendarFieldsSet(), paramsSet = new CalendarFieldsSet(), diffSet = new CalendarFieldsSet(); in testOps() 223 toSet in testOps() 79 testConvert(String caseString, CalendarFieldsSet fromSet, Calendar fromCalendar, CalendarFieldsSet toSet, Calendar toCalendar, boolean forward) testConvert() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dadrcal.cpp | 89 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local 179 toSet.clear(); in testOps() 192 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){ in testOps() 272 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps() 273 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps() 291 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() 350 if (!toSet.matches(toCalendar, diffSet, status)) { in testConvert() 351 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testConvert() 384 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local 411 toSet in testConvert() 289 testConvert(int32_t n, const CalendarFieldsSet &fromSet, Calendar *fromCalendar, const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) testConvert() argument [all...] |
| H A D | transrt.h | 46 const char* toSet,const char* exclusions);
|
| H A D | dadrcal.h | 46 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
|
| H A D | transrt.cpp | 1600 const char* toSet,const char* exclusions){ in TestDebug() 1604 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); in TestDebug() 1599 TestDebug(const char* name,const char fromSet[], const char* toSet,const char* exclusions) TestDebug() argument
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() argument
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | enumset.h | 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() argument
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglChooseConfigTests.cpp | 535 std::set<T> toSet (const T (&arr)[N]) 614 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size rules", toSet(rgbaSizes))); in init() 625 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Random color, depth and stencil size rules", toSet(colorDepthStencilSizes))); in init() 635 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer size rules", toSet(bufferSizes))); in init() 642 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules", toSet(surfaceType))); in init() 649 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(sampleBuffers))); in init() 684 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allAttribs))); in init()
|
| /third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
| H A D | MigrationUtilsTest.java | 57 assertThat(noMatchesRange.collect(Collectors.toSet())).isEmpty(); in getCountryMigratableNumbers_expectNoMatches() 102 .collect(Collectors.toSet())) in getMigratableNumbers_validKey_expectNoExceptionAndNoMatches()
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | LdmlConverter.java | 263 .collect(Collectors.toSet()); in loadSpecialsData()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 445 .collect(Collectors.toSet()); in testUniqueRules()
|