Searched refs:localeIDLength (Results 1 – 7 of 7) sorted by relevance
492 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local493 int32_t length = localeIDLength; in getShortestSubtagLength()498 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1001 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local1002 sink.Append(localeID, localeIDLength); in _uloc_minimizeSubtags()
501 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local502 int32_t length = localeIDLength; in getShortestSubtagLength()507 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
482 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local483 int32_t length = localeIDLength; in getShortestSubtagLength()488 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1047 int localeIDLength = localeID.length(); in getShortestSubtagLength() local1048 int length = localeIDLength; in getShortestSubtagLength()1052 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
1103 int localeIDLength = localeID.length(); in getShortestSubtagLength() local1104 int length = localeIDLength; in getShortestSubtagLength()1108 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()