Searched refs:foundValueLen (Results 1 – 1 of 1) sorted by relevance
939 int32_t foundValueLen; in uloc_setKeywordValue() local1042 foundValueLen = (int32_t)(nextSeparator - nextEqualsign); in uloc_setKeywordValue()1045 foundValueLen = (int32_t)uprv_strlen(nextEqualsign); in uloc_setKeywordValue()1048 if(foundValueLen == keywordValueLen) { in uloc_setKeywordValue()1051 } else if(foundValueLen > keywordValueLen) { in uloc_setKeywordValue()1052 int32_t delta = foundValueLen - keywordValueLen; in uloc_setKeywordValue()1061 int32_t delta = keywordValueLen - foundValueLen; in uloc_setKeywordValue()