Lines Matching refs:Region
130 class U_I18N_API Region : public UObject {
136 virtual ~Region();
142 UBool operator==(const Region &that) const;
148 UBool operator!=(const Region &that) const;
157 static const Region* U_EXPORT2 getInstance(const char *region_code, UErrorCode &status);
164 static const Region* U_EXPORT2 getInstance (int32_t code, UErrorCode &status);
178 const Region* getContainingRegion() const;
188 const Region* getContainingRegion(URegionType type) const;
214 UBool contains(const Region &other) const;
257 Region *containingRegion;
266 Region();