Searched refs:toSet (Results 1 – 9 of 9) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
D | dadrcal.cpp | 87 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 …]
|
D | transrt.h | 44 const char* toSet,const char* exclusions);
|
D | dadrcal.h | 44 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
|
D | transrt.cpp | 1663 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/ |
D | dadrcal.cpp | 87 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 …]
|
D | transrt.h | 44 const char* toSet,const char* exclusions);
|
D | dadrcal.h | 44 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
|
D | transrt.cpp | 1656 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/ |
D | GraphicsLayerQt.cpp | 386 const QSet<QGraphicsItem*> currentChildren = childItems().toSet(); in flushChanges()
|