Home
last modified time | relevance | path

Searched refs:EXCLUSIONS (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp368 } EXCLUSIONS[] = { in isSpecialTimeRoundTripCase() local
377 for (int32_t i = 0; EXCLUSIONS[i].id != NULL; i++) { in isSpecialTimeRoundTripCase()
378 if (EXCLUSIONS[i].loc == NULL || uprv_strcmp(loc, EXCLUSIONS[i].loc) == 0) { in isSpecialTimeRoundTripCase()
379 if (id.compare(EXCLUSIONS[i].id) == 0) { in isSpecialTimeRoundTripCase()
380 if (EXCLUSIONS[i].pattern == NULL || uprv_strcmp(pattern, EXCLUSIONS[i].pattern) == 0) { in isSpecialTimeRoundTripCase()
381 if (EXCLUSIONS[i].time == U_DATE_MIN || EXCLUSIONS[i].time == time) { in isSpecialTimeRoundTripCase()
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py62 EXCLUSIONS = [ variable
149 for e in EXCLUSIONS:
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java536 final Object[][] EXCLUSIONS = { in isSpecialTimeRoundTripCase()
543 for (Object[] excl : EXCLUSIONS) { in isSpecialTimeRoundTripCase()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java539 final Object[][] EXCLUSIONS = { in isSpecialTimeRoundTripCase()
546 for (Object[] excl : EXCLUSIONS) { in isSpecialTimeRoundTripCase()

Completed in 6 milliseconds