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

  /external/icu/icu4c/source/i18n/
uregion.cpp 14 #include "unicode/uregion.h"
22 U_CAPI const URegion* U_EXPORT2
25 return (URegion*)Region::getInstance(regionCode, *status);
29 U_CAPI const URegion* U_EXPORT2
32 return (URegion*)Region::getInstance(code, *status);
45 uregion_areEqual(const URegion* uregion, const URegion* otherRegion)
47 return ( (void*)uregion == (void*)otherRegion );
51 U_CAPI const URegion* U_EXPORT
    [all...]
timezone.cpp 1147 const UChar *uregion = NULL; local
    [all...]
tznames_impl.cpp 1805 const UChar *uregion = ures_getStringByIndex(regionsRes, i, &len, &status); local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregion.h 18 * \brief C API: URegion (territory containment and mapping)
20 * URegion objects represent data associated with a particular Unicode Region Code, also known as a
25 * URegion objects can also provide mappings to and from additional codes. There are different types
54 * URegion objects are const/immutable, owned and maintained by ICU itself, so there are not functions
122 * Opaque URegion object for use in C programs.
125 struct URegion;
126 typedef struct URegion URegion; /**< @stable ICU 52 */
129 * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166
136 U_STABLE const URegion* U_EXPORT
    [all...]

Completed in 104 milliseconds