Home | History | Annotate | Download | only in unicode

Lines Matching defs:country

50  * according to the customs/conventions of the user's native country,
61 * const char* country,
73 * The second argument to the constructors is a valid <STRONG>ISO Country
114 * itself. Use <code>getCountry</code> to get the ISO Country Code and
117 * name of the country suitable for displaying to the user. Similarly,
122 * that takes a locale as an argument and displays the name or country in
161 * through these objects by language, country, or variant,
202 /** Useful constant for this country/region. @stable ICU 2.0 */
204 /** Useful constant for this country/region. @stable ICU 2.0 */
206 /** Useful constant for this country/region. @stable ICU 2.0 */
208 /** Useful constant for this country/region. @stable ICU 2.0 */
210 /** Useful constant for this country/region. @stable ICU 2.0 */
212 /** Useful constant for this country/region. @stable ICU 2.0 */
214 /** Useful constant for this country/region. @stable ICU 2.0 */
216 /** Useful constant for this country/region. @stable ICU 2.0 */
218 /** Useful constant for this country/region. @stable ICU 2.0 */
220 /** Useful constant for this country/region. @stable ICU 2.0 */
222 /** Useful constant for this country/region. @stable ICU 2.0 */
224 /** Useful constant for this country/region. @stable ICU 2.0 */
238 * Construct a locale from language, country, variant.
251 * @param country Uppercase two-letter ISO-3166 code. (optional)
262 const char * country = 0,
392 * Returns the locale's ISO-3166 country code.
407 * country
456 * Fills in "name" with the locale's three-letter ISO-3166 country code.
510 * Fills in "dispScript" with the name of this locale's country in a format suitable
527 * Fills in "dispCountry" with the name of this locale's country in a format suitable
528 * for user display in the default locale. For example, if the locale's country code
531 * @param dispCountry Receives the country's display name.
538 * Fills in "dispCountry" with the name of this locale's country in a format suitable
540 * country code is "US" and displayLocale's language code is "fr", this function would set
543 * words, if the locale's country code is "US", passing
547 * @param dispCountry Receives the country's display name.
578 * "language (country[,variant])". For example, if the default locale is en_US, then
591 * name in the format "language (country[,variant])". For example, if displayLocale is
636 * Gets a list of all available 2-letter country codes defined in ISO 639. This is a
640 * @return a list of all available country codes
702 char country[ULOC_COUNTRY_CAPACITY];
730 return country;