HomeSort by relevance Sort by last modified time
    Searched refs:URegionType (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
region.h 109 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;
uregion.h 58 * URegionType is an enumeration defining the different types of regions. Current possible
64 typedef enum URegionType {
114 } 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/
region.h 109 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;
uregion.h 57 * URegionType is an enumeration defining the different types of regions. Current possible
63 typedef enum URegionType {
113 } 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
  /external/chromium_org/third_party/icu/source/i18n/
uregion.cpp 34 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
region.cpp 490 Region::getAvailable(URegionType type) {
518 Region::getContainingRegion(URegionType type) const {
553 Region::getContainedRegions( URegionType type ) const {
640 URegionType
  /external/icu/icu4c/source/i18n/
uregion.cpp 34 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
region.cpp 490 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/
regiontst.cpp 24 URegionType type;
399 URegionType expectedType;
433 URegionType type;
454 URegionType expectedType;
477 URegionType type;
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 24 URegionType type;
399 URegionType expectedType;
433 URegionType type;
454 URegionType expectedType;
477 URegionType type;
  /external/chromium_org/third_party/icu/source/test/cintltst/
uregiontest.c 50 URegionType type;
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 50 URegionType type;

Completed in 656 milliseconds