Home
last modified time | relevance | path

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

/external/icu4c/common/
Duloc.c931 int32_t foundValueLen; in uloc_setKeywordValue() local
1033 foundValueLen = (int32_t)(nextSeparator - nextEqualsign); in uloc_setKeywordValue()
1036 foundValueLen = (int32_t)uprv_strlen(nextEqualsign); in uloc_setKeywordValue()
1039 if(foundValueLen == keywordValueLen) { in uloc_setKeywordValue()
1042 } else if(foundValueLen > keywordValueLen) { in uloc_setKeywordValue()
1043 int32_t delta = foundValueLen - keywordValueLen; in uloc_setKeywordValue()
1052 int32_t delta = keywordValueLen - foundValueLen; in uloc_setKeywordValue()