Searched refs:URGN_CONTINENT (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | uregiontest.c | 60 { "002", 2, "001", URGN_CONTINENT, NULL }, 63 { "009", 9, "001", URGN_CONTINENT, NULL}, 70 { "019", 19, "001", URGN_CONTINENT, NULL }, 81 { "142", 142, "001", URGN_CONTINENT, NULL }, 84 { "150", 150, "001", URGN_CONTINENT, NULL }, 425 if (uregion_getType(r) != URGN_CONTINENT) { in TestGetContainedRegionsWithType() 432 …nst URegion *containingRegion = (cr)? uregion_getContainingRegionOfType(cr, URGN_CONTINENT) : NULL; in TestGetContainedRegionsWithType() 476 const URegion *c = uregion_getContainingRegionOfType(r, URGN_CONTINENT); in TestGetContainingRegionWithType()
|
/external/icu/icu4c/source/test/intltest/ |
D | regiontst.cpp | 34 { "002", 2, "001", URGN_CONTINENT, NULL }, 37 { "009", 9, "001", URGN_CONTINENT, NULL}, 44 { "019", 19, "001", URGN_CONTINENT, NULL }, 55 { "142", 142, "001", URGN_CONTINENT, NULL }, 58 { "150", 150, "001", URGN_CONTINENT, NULL }, 532 if (r->getType() != URGN_CONTINENT) { in TestGetContainedRegionsWithType() 543 … const Region *containingRegion = cr ? cr->getContainingRegion(URGN_CONTINENT) : NULL; in TestGetContainedRegionsWithType() 587 const Region *c = r->getContainingRegion(URGN_CONTINENT); in TestGetContainingRegionWithType()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregion.h | 88 URGN_CONTINENT, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | region.cpp | 305 r->type = URGN_CONTINENT; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|