Home | History | Annotate | Download | only in intltest

Lines Matching defs:styles

1325     TimeZone::EDisplayType styles[] = { TimeZone::SHORT, TimeZone::LONG };
1341 for(j = 0; j < (int32_t)(sizeof(styles)/sizeof(styles[0])); j++) {
1345 from->getDisplayName(useDst[k], styles[j],locale, fromName);
1346 to->getDisplayName(useDst[k], styles[j], locale, toName);