Home
last modified time | relevance | path

Searched refs:localeIDLength (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dloclikely.cpp1176 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local
1181 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()
1182 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()
1187 localeIDLength, in _uloc_minimizeSubtags()
Duloc.cpp527 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength() local
528 int32_t length = localeIDLength; in getShortestSubtagLength()
533 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/external/chromium_org/third_party/icu/source/common/
Dloclikely.cpp1176 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local
1181 localeIDLength <= minimizedLocaleIDCapacity ? in _uloc_minimizeSubtags()
1182 localeIDLength : minimizedLocaleIDCapacity); in _uloc_minimizeSubtags()
1187 localeIDLength, in _uloc_minimizeSubtags()
Duloc.cpp527 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength() local
528 int32_t length = localeIDLength; in getShortestSubtagLength()
533 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()