Searched refs:foundValueLen (Results 1 – 1 of 1) sorted by relevance
927 int32_t foundValueLen; in uloc_setKeywordValue() local1030 foundValueLen = (int32_t)(nextSeparator - nextEqualsign); in uloc_setKeywordValue()1033 foundValueLen = (int32_t)uprv_strlen(nextEqualsign); in uloc_setKeywordValue()1036 if(foundValueLen == keywordValueLen) { in uloc_setKeywordValue()1039 } else if(foundValueLen > keywordValueLen) { in uloc_setKeywordValue()1040 int32_t delta = foundValueLen - keywordValueLen; in uloc_setKeywordValue()1049 int32_t delta = keywordValueLen - foundValueLen; in uloc_setKeywordValue()