Searched refs:localeIDLength (Results 1 – 5 of 5) sorted by relevance
1181 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local1186 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()1187 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()1192 localeIDLength, in _uloc_minimizeSubtags()
543 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local544 int32_t length = localeIDLength; in getShortestSubtagLength()549 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1007 int localeIDLength = localeID.length(); in getShortestSubtagLength() local1008 int length = localeIDLength; in getShortestSubtagLength()1012 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1074 int localeIDLength = localeID.length(); in getShortestSubtagLength() local1075 int length = localeIDLength; in getShortestSubtagLength()1079 for (int 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()