Home | History | Annotate | Download | only in unicode

Lines Matching defs:code

66      * Type representing a region whose code has been deprecated, usually
91 * <code>Region</code> is the class representing a Unicode Region Code, also known as a
96 * Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, or
99 * These are typically 3-digit codes, but contain some 2-letter codes, such as the LDML code QO
101 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
106 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
111 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
118 * that a region code has been assigned for it. Some of these are UNM.49 codes that do't fall into
120 * their own region code. Region "EU" (European Union) is one such region code that is a grouping.
151 * Returns a pointer to a Region using the given region code. The region code can be either 2-letter ISO code,
152 * 3-letter ISO code, UNM.49 numeric code, or other valid Unicode Region Code as defined by the LDML specification.
154 * If the region code is NULL or not recognized, the appropriate error code will be set ( U_ILLEGAL_ARGUMENT_ERROR )
160 * Returns a pointer to a Region using the given numeric region code. If the numeric region code is not recognized,
161 * the appropriate error code will be set ( U_ILLEGAL_ARGUMENT_ERROR ).
164 static const Region* U_EXPORT2 getInstance (int32_t code, UErrorCode &status);
173 * Returns a pointer to the region that contains this region. Returns NULL if this region is code "001" (World)
226 * Return this region's canonical region code.
232 * Return this region's numeric code.
233 * Returns a negative value if the given region does not have a numeric code assigned to it.
255 int32_t code;