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

  /external/icu/icu4c/source/i18n/unicode/
uregion.h 59 * URegionType is an enumeration defining the different types of regions. Current possible
65 typedef enum URegionType {
112 * One more than the highest normal URegionType value.
117 } 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_STABLE URegionType U_EXPORT
    [all...]
region.h 110 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status);
128 const Region* getContainingRegion(URegionType type) const;
148 StringEnumeration* getContainedRegions( URegionType type, UErrorCode &status ) const;
181 URegionType getType() const;
195 URegionType type;
  /external/icu/icu4c/source/i18n/
uregion.cpp 37 uregion_getAvailable(URegionType type, UErrorCode *status)
59 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type)
74 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status)
110 U_CAPI URegionType U_EXPORT2
region.cpp 548 Region::getAvailable(URegionType type, UErrorCode &status) {
576 Region::getContainingRegion(URegionType type) const {
610 Region::getContainedRegions( URegionType type, UErrorCode &status ) const {
698 URegionType
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 26 URegionType type;
399 URegionType expectedType;
433 URegionType type;
454 URegionType expectedType;
477 URegionType type;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 52 URegionType type;

Completed in 77 milliseconds