Searched refs:URegionType (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | uregion.h | 63 typedef enum URegionType { enum 113 } URegionType; typedef 149 uregion_getAvailable(URegionType type, UErrorCode *status); 177 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type); 202 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status); 242 U_STABLE URegionType U_EXPORT2
|
D | region.h | 109 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status); 128 const Region* getContainingRegion(URegionType type) const; 149 StringEnumeration* getContainedRegions( URegionType type, UErrorCode &status ) const; 185 URegionType getType() const; 199 URegionType type;
|
/external/icu/icu4c/source/i18n/ |
D | uregion.cpp | 35 uregion_getAvailable(URegionType type, UErrorCode *status) in uregion_getAvailable() 57 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type) in uregion_getContainingRegionOfType() 72 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status) in uregion_getContainedRegionsOfType() 108 U_CAPI URegionType U_EXPORT2
|
D | region.cpp | 489 Region::getAvailable(URegionType type, UErrorCode &status) { in getAvailable() 517 Region::getContainingRegion(URegionType type) const { in getContainingRegion() 551 Region::getContainedRegions( URegionType type, UErrorCode &status ) const { in getContainedRegions() 639 URegionType
|
/external/icu/icu4c/source/test/intltest/ |
D | regiontst.cpp | 24 URegionType type; 397 URegionType expectedType; in TestGetInstanceString() 431 URegionType type; in TestGetInstanceString() 452 URegionType expectedType; in TestGetInstanceInt() 475 URegionType type; in TestGetInstanceInt()
|
/external/icu/icu4c/source/test/cintltst/ |
D | uregiontest.c | 50 URegionType type;
|