Searched refs:localeIDLength (Results 1 – 5 of 5) sorted by relevance
1180 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local1185 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()1186 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()1191 localeIDLength, in _uloc_minimizeSubtags()
538 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength() local539 int32_t length = localeIDLength; in getShortestSubtagLength()544 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
934 int localeIDLength = localeID.length(); in getShortestSubtagLength() local935 int length = localeIDLength; in getShortestSubtagLength()939 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1138 int localeIDLength = localeID.length(); in getShortestSubtagLength() local1139 int length = localeIDLength; in getShortestSubtagLength()1143 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1056 int localeIDLength = localeID.length(); in getShortestSubtagLength() local1057 int length = localeIDLength; in getShortestSubtagLength()1061 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()