Lines Matching refs:Region
68 class U_I18N_API Region : public UObject {
74 virtual ~Region();
80 UBool operator==(const Region &that) const;
86 UBool operator!=(const Region &that) const;
95 static const Region* U_EXPORT2 getInstance(const char *region_code, UErrorCode &status);
102 static const Region* U_EXPORT2 getInstance (int32_t code, UErrorCode &status);
118 const Region* getContainingRegion() const;
128 const Region* getContainingRegion(URegionType type) const;
156 UBool contains(const Region &other) const;
200 Region *containingRegion;
207 Region();