Home | History | Annotate | Download | only in common

Lines Matching defs:region

119  * Create a tag string from the supplied parameters.  The lang, script and region
123 * If any of the language, script or region parameters are empty, and the alternateTags
124 * parameter is not NULL, it will be parsed for potential language, script and region tags
142 * @param region The region tag to use.
143 * @param regionLength The length of the region tag.
158 const char* region,
181 * script and region code without worrying about overrunning
279 region,
288 * Parse the alternateTags string for the region.
380 * Create a tag string from the supplied parameters. The lang, script and region
396 * @param region The region tag to use.
397 * @param regionLength The length of the region tag.
411 const char* region,
424 region,
435 * Parse the language, script, and region subtags from a tag string, and copy the
457 * @param region The region tag buffer.
458 * @param regionLength The length of the region tag.
469 char* region,
482 region == NULL ||
540 subtagLength = ulocimp_getCountry(position, region, *regionLength, &position);
541 u_terminateChars(region, *regionLength, subtagLength, err);
550 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) {
552 * If the region part is the "unknown" region, then don't return it.
584 const char* region,
595 * script and region code without worrying about overrunning
606 * Try the language with the script and region first.
617 region,
700 region,
712 * Try the language with just the region.
723 region,
805 region,
860 char region[ULOC_COUNTRY_CAPACITY];
861 int32_t regionLength = sizeof(region);
882 region,
909 region,
957 * script and region code without worrying about overrunning
967 char region[ULOC_COUNTRY_CAPACITY];
968 int32_t regionLength = sizeof(region);
989 region,
1016 region,
1086 * Next, try the language and region.
1098 region,
1119 region,