Home | History | Annotate | Download | only in intltest

Lines Matching refs:canonicalLoc_US

528     StringEnumeration *any_US, *canonical_US, *canonicalLoc_US;
538 any = canonical = canonicalLoc = any_US = canonical_US = canonicalLoc_US = any_W5 = any_CA_W5 = any_US_E14 = NULL;
570 canonicalLoc_US = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL_LOCATION, "US", NULL, ec);
572 errln("Failed to create enumration for CANONICALLOC_US");
601 checkContainsAll(canonicalLoc, "CANONICALLOC", canonicalLoc_US, "CANONICALLOC_US");
604 checkContainsAll(canonical_US, "CANONICAL_US", canonicalLoc_US, "CANONICALLOC_US");
721 delete canonicalLoc_US;