Lines Matching refs:uprv_strlen
538 int32_t localeIDLength = uprv_strlen(localeID); in getShortestSubtagLength()
600 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName); in locale_canonKeywordName()
725 i = (int32_t)uprv_strlen(equalSign); in _getKeywords()
761 keywordList[numKeywords].keywordLen = (int32_t)uprv_strlen(addKeyword); in _getKeywords()
763 keywordList[numKeywords].valueLen = (int32_t)uprv_strlen(addValue); in _getKeywords()
905 …} else if(!startSearchHere && (int32_t)uprv_strlen(nextSeparator) < bufferCapacity) { /* last item… in uloc_getKeywordValue()
906 i = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
918 result = (int32_t)uprv_strlen(nextSeparator); in uloc_getKeywordValue()
954 bufLen = (int32_t)uprv_strlen(buffer); in uloc_setKeywordValue()
968 keywordValueLen = (int32_t)uprv_strlen(keywordValue); in uloc_setKeywordValue()
1045 foundValueLen = (int32_t)uprv_strlen(nextEqualsign); in uloc_setKeywordValue()
1189 return (int32_t)((src-anchor)+uprv_strlen(src)); in _copyCount()
1492 kw += uprv_strlen(kw)+1; in uloc_kw_countKeywords()
1504 len = (int32_t)uprv_strlen(((UKeywordsContext *)en->context)->current); in uloc_kw_nextKeyword()
1685 len = (int32_t)uprv_strlen(d); in _canonicalize()
1818 int32_t n = (int32_t)uprv_strlen(variantToCompare); in _canonicalize()
1838 int32_t n = (int32_t)uprv_strlen(id); in _canonicalize()
2309 int32_t l = (int32_t)uprv_strlen(httpAcceptLanguage); in uloc_acceptLanguageFromHTTP()
2430 len = (int32_t)uprv_strlen(l); in uloc_acceptLanguage()
2462 if(fallbackList[i] && ((int32_t)uprv_strlen(fallbackList[i])==maxLen)) { in uloc_acceptLanguage()
2470 len = (int32_t)uprv_strlen(l); in uloc_acceptLanguage()