Lines Matching refs:uprv_strlen

534     int32_t localeIDLength = uprv_strlen(localeID);  in getShortestSubtagLength()
596 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName); in locale_canonKeywordName()
721 i = (int32_t)uprv_strlen(equalSign); in _getKeywords()
757 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword); in _getKeywords()
759 keywordList[numKeywords].valueLen = (int32_t)uprv_strlen(addValue); in _getKeywords()
901 …} else if(!startSearchHere && (int32_t)uprv_strlen(nextSeparator) < bufferCapacity) { /* last item… in uloc_getKeywordValue()
902 i = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
914 result = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
950 bufLen = (int32_t)uprv_strlen(buffer); in uloc_setKeywordValue()
964 keywordValueLen = (int32_t)uprv_strlen(keywordValue); in uloc_setKeywordValue()
1041 foundValueLen = (int32_t)uprv_strlen(nextEqualsign); in uloc_setKeywordValue()
1185 return (int32_t)((src-anchor)+uprv_strlen(src)); in _copyCount()
1486 kw += uprv_strlen(kw)+1; in uloc_kw_countKeywords()
1498 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword()
1676 len = (int32_t)uprv_strlen(d); in _canonicalize()
1809 int32_t n = (int32_t)uprv_strlen(variantToCompare); in _canonicalize()
1829 int32_t n = (int32_t)uprv_strlen(id); in _canonicalize()
2302 int32_t l = (int32_t)uprv_strlen(httpAcceptLanguage); in uloc_acceptLanguageFromHTTP()
2455 len = (int32_t)uprv_strlen(l); in uloc_acceptLanguage()
2487 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()
2495 len = (int32_t)uprv_strlen(l); in uloc_acceptLanguage()