Searched refs:URegionType (Results 1 – 8 of 8) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | uregion.h | 65 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_STABLE URegionType U_EXPORT2
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregion.h | 65 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_STABLE URegionType U_EXPORT2
|
D | region.h | 110 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status); 128 const Region* getContainingRegion(URegionType type) const; 148 StringEnumeration* getContainedRegions( URegionType type, UErrorCode &status ) const; 181 URegionType getType() const; 195 URegionType fType;
|
/external/icu/icu4c/source/i18n/ |
D | uregion.cpp | 37 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
|
D | region.cpp | 556 Region::getAvailable(URegionType type, UErrorCode &status) { in getAvailable() 584 Region::getContainingRegion(URegionType type) const { in getContainingRegion() 618 Region::getContainedRegions( URegionType type, UErrorCode &status ) const { in getContainedRegions() 706 URegionType
|
/external/icu/icu4c/source/test/intltest/ |
D | regiontst.cpp | 26 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/ |
D | uregiontest.c | 52 URegionType type;
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2328 UEnumeration * uregion_getAvailable_android(URegionType type, UErrorCode * status) { in uregion_getAvailable_android() 2334 UEnumeration * uregion_getContainedRegionsOfType_android(const URegion * uregion, URegionType type,… in uregion_getContainedRegionsOfType_android() 2340 const URegion * uregion_getContainingRegionOfType_android(const URegion * uregion, URegionType type… in uregion_getContainingRegionOfType_android() 2358 URegionType uregion_getType_android(const URegion * uregion) { in uregion_getType_android()
|