Home | History | Annotate | Download | only in cintltst

Lines Matching defs:destSize

92     int32_t    destSize;
113 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
114 dest = (StringStruct *)malloc(destSize);