Lines Matching refs:uprv_strlen

526     int32_t localeIDLength = uprv_strlen(localeID);  in getShortestSubtagLength()
588 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName); in locale_canonKeywordName()
713 i = (int32_t)uprv_strlen(equalSign); in _getKeywords()
749 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword); in _getKeywords()
751 keywordList[numKeywords].valueLen = (int32_t)uprv_strlen(addValue); in _getKeywords()
893 …} else if(!startSearchHere && (int32_t)uprv_strlen(nextSeparator) < bufferCapacity) { /* last item… in uloc_getKeywordValue()
894 i = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
906 result = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
942 bufLen = (int32_t)uprv_strlen(buffer); in uloc_setKeywordValue()
956 keywordValueLen = (int32_t)uprv_strlen(keywordValue); in uloc_setKeywordValue()
1033 foundValueLen = (int32_t)uprv_strlen(nextEqualsign); in uloc_setKeywordValue()
1177 return (int32_t)((src-anchor)+uprv_strlen(src)); in _copyCount()
1478 kw += uprv_strlen(kw)+1; in uloc_kw_countKeywords()
1490 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword()
1668 len = (int32_t)uprv_strlen(d); in _canonicalize()
1801 int32_t n = (int32_t)uprv_strlen(variantToCompare); in _canonicalize()
1821 int32_t n = (int32_t)uprv_strlen(id); in _canonicalize()
2294 int32_t l = (int32_t)uprv_strlen(httpAcceptLanguage); in uloc_acceptLanguageFromHTTP()
2447 len = (int32_t)uprv_strlen(l); in uloc_acceptLanguage()
2479 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()
2487 len = (int32_t)uprv_strlen(l); in uloc_acceptLanguage()