Home
last modified time | relevance | path

Searched refs:toSet (Results 1 – 9 of 9) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Ddadrcal.cpp87 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
177 toSet.clear(); in testOps()
190 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){ in testOps()
270 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
271 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() argument
348 if (!toSet.matches(toCalendar, diffSet, status)) { in testConvert()
349 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testConvert()
382 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
409 toSet.clear(); in testConvert()
[all …]
Dtransrt.h44 const char* toSet,const char* exclusions);
Ddadrcal.h44 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
Dtransrt.cpp1663 const char* toSet,const char* exclusions){ in TestDebug() argument
1667 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); in TestDebug()
/external/icu4c/test/intltest/
Ddadrcal.cpp87 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet; in testOps() local
177 toSet.clear(); in testOps()
190 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){ in testOps()
270 } else if (!toSet.matches(toCalendar, diffSet, status)) { in testOps()
271 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testOps()
289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) { in testConvert() argument
348 if (!toSet.matches(toCalendar, diffSet, status)) { in testConvert()
349 UnicodeString diffs = diffSet.diffFrom(toSet, status); in testConvert()
382 CalendarFieldsSet fromSet, toSet, diffSet; in testConvert() local
409 toSet.clear(); in testConvert()
[all …]
Dtransrt.h44 const char* toSet,const char* exclusions);
Ddadrcal.h44 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
Dtransrt.cpp1656 const char* toSet,const char* exclusions){ in TestDebug() argument
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); in TestDebug()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp386 const QSet<QGraphicsItem*> currentChildren = childItems().toSet(); in flushChanges()