Home | History | Annotate | Download | only in unicode

Lines Matching defs:country

57  * according to the customs/conventions of the user's native country,
68 * const char* country,
80 * The second argument to the constructors is a valid <STRONG>ISO Country
121 * itself. Use <code>getCountry</code> to get the ISO Country Code and
124 * name of the country suitable for displaying to the user. Similarly,
129 * that takes a locale as an argument and displays the name or country in
168 * through these objects by language, country, or variant,
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 */
226 /** Useful constant for this country/region. @stable ICU 2.0 */
228 /** Useful constant for this country/region. @stable ICU 2.0 */
230 /** Useful constant for this country/region. @stable ICU 2.0 */
232 /** Useful constant for this country/region. @stable ICU 2.0 */
246 * Construct a locale from language, country, variant.
259 * @param country Uppercase two-letter ISO-3166 code. (optional)
270 const char * country = 0,
402 * Returns the locale's ISO-3166 country code.
417 * country and variant separated by underbars. If a field is missing, up
483 * Fills in "name" with the locale's three-letter ISO-3166 country code.
552 * Fills in "dispScript" with the name of this locale's country in a format suitable
569 * Fills in "dispCountry" with the name of this locale's country in a format suitable
570 * for user display in the default locale. For example, if the locale's country code
573 * @param dispCountry Receives the country's display name.
580 * Fills in "dispCountry" with the name of this locale's country in a format suitable
582 * country code is "US" and displayLocale's language code is "fr", this function would set
585 * words, if the locale's country code is "US", passing
589 * @param dispCountry Receives the country's display name.
620 * "language (country[,variant])". For example, if the default locale is en_US, then
633 * name in the format "language (country[,variant])". For example, if displayLocale is
678 * Gets a list of all available 2-letter country codes defined in ISO 3166. This is a
682 * @return a list of all available country codes
747 char country[ULOC_COUNTRY_CAPACITY];
780 return country;