Lines Matching refs:region
159 * Get the region to use for supplemental data lookup. Uses
160 * (1) any region specified by locale tag "rg"; if none then
162 * (3) if inferRegion is true, the region suggested by
164 * If no region is found, returns length 0.
168 * to get the region to use for supplemental data.
170 * If true, will try to infer region from localeID if
171 * no other region is found.
172 * @param region
173 * Buffer in which to put the region ID found; should
176 * The actual capacity of the region buffer.
180 * The length of any region code found, or 0 if none.
185 char *region, int32_t regionCapacity, UErrorCode* status);
240 * "zh_Hant_TW" minimizes to "zh_TW" (The region is preferred to the
245 * @param favorScript favor to keep script if true, region if false.