Searched refs:URegionType (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregion.h109 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type);
127 const Region* getContainingRegion(URegionType type) const;
147 StringEnumeration* getContainedRegions( URegionType type ) const;
181 URegionType getType() const;
195 URegionType type;
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
H A Dregion.h109 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type);
128 const Region* getContainingRegion(URegionType type) const;
149 StringEnumeration* getContainedRegions( URegionType type ) const;
185 URegionType getType() const;
199 URegionType type;
/external/chromium_org/third_party/icu/source/i18n/
H A Duregion.cpp34 uregion_getAvailable(URegionType type, UErrorCode *status)
55 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type)
69 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status)
103 U_CAPI URegionType U_EXPORT2
H A Dregion.cpp490 Region::getAvailable(URegionType type) {
518 Region::getContainingRegion(URegionType type) const {
553 Region::getContainedRegions( URegionType type ) const {
640 URegionType
/external/icu/icu4c/source/i18n/
H A Duregion.cpp34 uregion_getAvailable(URegionType type, UErrorCode *status)
55 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type)
69 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status)
103 U_CAPI URegionType U_EXPORT2
H A Dregion.cpp490 Region::getAvailable(URegionType type) {
518 Region::getContainingRegion(URegionType type) const {
553 Region::getContainedRegions( URegionType type ) const {
640 URegionType
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregiontst.cpp24 URegionType type;
399 URegionType expectedType;
433 URegionType type;
454 URegionType expectedType;
477 URegionType type;
/external/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp24 URegionType type;
399 URegionType expectedType;
433 URegionType type;
454 URegionType expectedType;
477 URegionType type;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Duregiontest.c50 URegionType type;
/external/icu/icu4c/source/test/cintltst/
H A Duregiontest.c50 URegionType type;

Completed in 304 milliseconds