OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCLUSIONS
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
tzfmttst.cpp
338
// Special
exclusions
in TestTimeZoneRoundTrip.
349
}
EXCLUSIONS
[] = {
358
for (int32_t i = 0;
EXCLUSIONS
[i].id != NULL; i++) {
359
if (
EXCLUSIONS
[i].loc == NULL || uprv_strcmp(loc,
EXCLUSIONS
[i].loc) == 0) {
360
if (id.compare(
EXCLUSIONS
[i].id) == 0) {
361
if (
EXCLUSIONS
[i].pattern == NULL || uprv_strcmp(pattern,
EXCLUSIONS
[i].pattern) == 0) {
362
if (
EXCLUSIONS
[i].time == U_DATE_MIN ||
EXCLUSIONS
[i].time == time)
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java
517
// Special
exclusions
in TestTimeZoneRoundTrip.
520
final Object[][]
EXCLUSIONS
= {
527
for (Object[] excl :
EXCLUSIONS
) {
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java
513
// Special
exclusions
in TestTimeZoneRoundTrip.
516
final Object[][]
EXCLUSIONS
= {
523
for (Object[] excl :
EXCLUSIONS
) {
[
all
...]
/external/testng/ant/
ivy-2.1.0.jar
Completed in 60 milliseconds