Home | History | Annotate | Download | only in unicode

Lines Matching full:specified

129  * Returns a pointer to a URegion for the specified region code: A 2-letter or 3-letter ISO 3166
140 * Returns a pointer to a URegion for the specified numeric region code. If the numeric region
156 * Returns true if the specified uregion is equal to the specified otherRegion.
163 * Returns a pointer to the URegion that contains the specified uregion. Returns NULL if the
164 * specified uregion is code "001" (World) or "ZZ" (Unknown region). For example, calling
173 * specified type, moving multiple steps up the containment chain if necessary. Returns NULL if no
174 * containing region can be found that matches the specified type. Will return NULL if URegionType
185 * of the specified uregion in the region hierarchy. These returned regions could be either macro
198 * specified uregion anywhere in the region hierarchy and match the given type. This API may return
209 * Returns true if the specified uregion contains the specified otherRegion anywhere in the region
217 * If the specified uregion is deprecated, returns an enumeration over the canonical codes of the
218 * regions that are the preferred replacement regions for the specified uregion. If the specified
228 * Returns the specified uregion's canonical code.
235 * Returns the specified uregion's numeric code, or a negative value if there is no numeric code
236 * for the specified uregion.
243 * Returns the URegionType of the specified uregion.