Lines Matching refs:Region
70 class U_I18N_API Region : public UObject {
76 virtual ~Region();
82 UBool operator==(const Region &that) const;
88 UBool operator!=(const Region &that) const;
97 static const Region* U_EXPORT2 getInstance(const char *region_code, UErrorCode &status);
104 static const Region* U_EXPORT2 getInstance (int32_t code, UErrorCode &status);
118 const Region* getContainingRegion() const;
128 const Region* getContainingRegion(URegionType type) const;
154 UBool contains(const Region &other) const;
196 Region *containingRegion;
203 Region();