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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Duloc.cpp928 int32_t foundValueLen; local
1031 foundValueLen = (int32_t)(nextSeparator - nextEqualsign);
1034 foundValueLen = (int32_t)uprv_strlen(nextEqualsign);
1037 if(foundValueLen == keywordValueLen) {
1040 } else if(foundValueLen > keywordValueLen) {
1041 int32_t delta = foundValueLen - keywordValueLen;
1050 int32_t delta = keywordValueLen - foundValueLen;

Completed in 59 milliseconds