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

/external/icu4c/tools/gencnval/
H A Dgencnval.c948 int32_t normStrLen; local
950 normStrLen = uprv_strlen(normalizedStrings);
951 if (normStrLen > 0) {
952 uprv_memset(normalizedStrings + normStrLen, 0, currStrSize - normStrLen);

Completed in 13 milliseconds