Home | History | Annotate | Download | only in intltest

Lines Matching refs:canonicalLoc_US

533     StringEnumeration *any_US, *canonical_US, *canonicalLoc_US;
543 any = canonical = canonicalLoc = any_US = canonical_US = canonicalLoc_US = any_W5 = any_CA_W5 = any_US_E14 = NULL;
575 canonicalLoc_US = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, "US", NULL, ec);
577 errln("Failed to create enumration for CANONICALLOC_US");
606 checkContainsAll(canonicalLoc, "CANONICALLOC", canonicalLoc_US, "CANONICALLOC_US");
609 checkContainsAll(canonical_US, "CANONICAL_US", canonicalLoc_US, "CANONICALLOC_US");
726 delete canonicalLoc_US;