Searched defs:URegionType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregion.h58 * URegionType is an enumeration defining the different types of regions. Current possible
64 typedef enum URegionType { enum
114 } URegionType; typedef in typeref:enum:URegionType
153 uregion_getAvailable(URegionType type, UErrorCode *status);
174 * containing region can be found that matches the specified type. Will return NULL if URegionType
181 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type);
206 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status);
243 * Returns the URegionType of the specified uregion.
246 U_DRAFT URegionType U_EXPORT2
/external/icu/icu4c/source/i18n/unicode/
H A Duregion.h57 * URegionType is an enumeration defining the different types of regions. Current possible
63 typedef enum URegionType { enum
113 } URegionType; typedef in typeref:enum:URegionType
151 uregion_getAvailable(URegionType type, UErrorCode *status);
172 * containing region can be found that matches the specified type. Will return NULL if URegionType
179 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type);
204 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status);
241 * Returns the URegionType of the specified uregion.
244 U_DRAFT URegionType U_EXPORT2

Completed in 123 milliseconds