Home | History | Annotate | Download | only in common

Lines Matching defs:regionLength

141  * @param regionLength The length of the region tag.
157 int32_t regionLength,
172 regionLength >= ULOC_COUNTRY_CAPACITY) {
275 if (regionLength > 0) {
278 regionLength,
395 * @param regionLength The length of the region tag.
410 int32_t regionLength,
423 regionLength,
437 * The langLength, scriptLength, and regionLength parameters are input/output
456 * @param regionLength The length of the region tag.
468 int32_t* regionLength,
481 regionLength == NULL) {
538 subtagLength = ulocimp_getCountry(position, region, *regionLength, &position);
539 u_terminateChars(region, *regionLength, subtagLength, err);
545 *regionLength = subtagLength;
547 if (*regionLength > 0) {
548 if (uprv_strnicmp(region, unknownRegion, *regionLength) == 0) {
552 *regionLength = 0;
583 int32_t regionLength,
606 if (scriptLength > 0 && regionLength > 0) {
616 regionLength,
699 regionLength,
712 if (regionLength > 0) {
722 regionLength,
804 regionLength,
859 int32_t regionLength = sizeof(region);
881 &regionLength,
908 regionLength,
966 int32_t regionLength = sizeof(region);
988 &regionLength,
1015 regionLength,
1086 if (regionLength > 0) {
1097 regionLength,
1118 regionLength,
1132 if (scriptLength > 0 && regionLength > 0) {