Searched refs:localeIDLength (Results 1 – 4 of 4) sorted by relevance
1176 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local1181 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()1182 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()1187 localeIDLength, in _uloc_minimizeSubtags()
527 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength() local528 int32_t length = localeIDLength; in getShortestSubtagLength()533 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()