HomeSort by relevance Sort by last modified time
    Searched refs:normStrLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 948 int32_t normStrLen;
950 normStrLen = uprv_strlen(normalizedStrings);
951 if (normStrLen > 0) {
952 uprv_memset(normalizedStrings + normStrLen, 0, currStrSize - normStrLen);
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 956 int32_t normStrLen;
958 normStrLen = uprv_strlen(normalizedStrings);
959 if (normStrLen > 0) {
960 uprv_memset(normalizedStrings + normStrLen, 0, currStrSize - normStrLen);
    [all...]

Completed in 32 milliseconds