Home
last modified time | relevance | path

Searched refs:URegionType (Results 1 – 9 of 9) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
153 uregion_getAvailable(URegionType type, UErrorCode *status);
181 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type);
206 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status);
246 U_CAPI URegionType U_EXPORT2
/external/icu/icu4c/source/i18n/unicode/
Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
153 uregion_getAvailable(URegionType type, UErrorCode *status);
181 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type);
206 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status);
246 U_CAPI URegionType U_EXPORT2
Dregion.h112 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status);
130 const Region* getContainingRegion(URegionType type) const;
150 StringEnumeration* getContainedRegions( URegionType type, UErrorCode &status ) const;
183 URegionType getType() const;
197 URegionType fType;
/external/icu/libicu/cts_headers/unicode/
Duregion.h65 typedef enum URegionType { enum
117 } URegionType; typedef
153 uregion_getAvailable(URegionType type, UErrorCode *status);
181 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type);
206 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status);
246 U_CAPI URegionType U_EXPORT2
Dregion.h112 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status);
130 const Region* getContainingRegion(URegionType type) const;
150 StringEnumeration* getContainedRegions( URegionType type, UErrorCode &status ) const;
183 URegionType getType() const;
197 URegionType fType;
/external/icu/icu4c/source/i18n/
Duregion.cpp37 uregion_getAvailable(URegionType type, UErrorCode *status) in uregion_getAvailable()
59 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type) in uregion_getContainingRegionOfType()
74 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status) in uregion_getContainedRegionsOfType()
110 U_CAPI URegionType U_EXPORT2
Dregion.cpp544 Region::getAvailable(URegionType type, UErrorCode &status) { in getAvailable()
572 Region::getContainingRegion(URegionType type) const { in getContainingRegion()
606 Region::getContainedRegions( URegionType type, UErrorCode &status ) const { in getContainedRegions()
694 URegionType
/external/icu/icu4c/source/test/intltest/
Dregiontst.cpp26 URegionType type;
399 URegionType expectedType; in TestGetInstanceString()
433 URegionType type; in TestGetInstanceString()
454 URegionType expectedType; in TestGetInstanceInt()
477 URegionType type; in TestGetInstanceInt()
/external/icu/icu4c/source/test/cintltst/
Duregiontest.c52 URegionType type;