Home
last modified time | relevance | path

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

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