Home | History | Annotate | Download | only in toolutil

Lines Matching defs:entryLength

773     int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0;
1000 /* in the common code, count entryLength from after the NUL */
1055 entryLength=(int32_t)uprv_strlen(entry+entryLengthOffset);
1056 for(i=0; i<entryLength; ++i) {
1127 length+=entryLength;
1151 if(entryLength<=8) {
1152 uprv_strncpy((char *)symbols[0].N.ShortName, entry, entryLength);
1157 symbolNames.sizeofLongNames=4+entryLength+1;