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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregion.h16 * \brief C API: URegion (territory containment and mapping)
18 * URegion objects represent data associated with a particular Unicode Region Code, also known as a
23 * URegion objects can also provide mappings to and from additional codes. There are different types
52 * 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; /**< @draft ICU 52 */ typedef in typeref:struct:URegion
129 * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166
136 U_DRAFT const URegion* U_EXPORT
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Duregion.h16 * \brief C API: URegion (territory containment and mapping)
18 * URegion objects represent data associated with a particular Unicode Region Code, also known as a
23 * URegion objects can also provide mappings to and from additional codes. There are different types
52 * URegion objects are const/immutable, owned and maintained by ICU itself, so there are not functions
120 * Opaque URegion object for use in C programs.
123 struct URegion;
124 typedef struct URegion URegion; /**< @draft ICU 52 */ typedef in typeref:struct:URegion
127 * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166
134 U_DRAFT const URegion* U_EXPORT
[all...]

Completed in 100 milliseconds