Home
last modified time | relevance | path

Searched refs:EXCLUSIONS (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp354 } EXCLUSIONS[] = { in isSpecialTimeRoundTripCase() local
363 for (int32_t i = 0; EXCLUSIONS[i].id != NULL; i++) { in isSpecialTimeRoundTripCase()
364 if (EXCLUSIONS[i].loc == NULL || uprv_strcmp(loc, EXCLUSIONS[i].loc) == 0) { in isSpecialTimeRoundTripCase()
365 if (id.compare(EXCLUSIONS[i].id) == 0) { in isSpecialTimeRoundTripCase()
366 … if (EXCLUSIONS[i].pattern == NULL || uprv_strcmp(pattern, EXCLUSIONS[i].pattern) == 0) { in isSpecialTimeRoundTripCase()
367 if (EXCLUSIONS[i].time == U_DATE_MIN || EXCLUSIONS[i].time == time) { in isSpecialTimeRoundTripCase()
/external/v8/tools/sanitizers/
Dsancov_formatter.py58 EXCLUSIONS = [ variable
148 for e in EXCLUSIONS:
/external/swiftshader/third_party/PowerVR_SDK/
DLicense.txt30 …STS OR FOR ANY CLAIM BY ANY THIRD PARTY. THE FOREGOING LIMITATIONS AND EXCLUSIONS APPLY TO THE EXT…
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java528 final Object[][] EXCLUSIONS = { in isSpecialTimeRoundTripCase() local
535 for (Object[] excl : EXCLUSIONS) { in isSpecialTimeRoundTripCase()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java529 final Object[][] EXCLUSIONS = { in isSpecialTimeRoundTripCase() local
536 for (Object[] excl : EXCLUSIONS) { in isSpecialTimeRoundTripCase()