Lines Matching refs:Region
72 class U_I18N_API Region : public UObject {
78 virtual ~Region();
84 bool operator==(const Region &that) const;
90 bool operator!=(const Region &that) const;
99 static const Region* U_EXPORT2 getInstance(const char *region_code, UErrorCode &status);
106 static const Region* U_EXPORT2 getInstance (int32_t code, UErrorCode &status);
120 const Region* getContainingRegion() const;
130 const Region* getContainingRegion(URegionType type) const;
156 UBool contains(const Region &other) const;
198 Region *containingRegion;
205 Region();