Home | History | Annotate | Download | only in intltest

Lines Matching defs:bufLen

116     int32_t bufLen = (int32_t)uprv_strlen(buffer);
124 uprv_strcpy(buffer+bufLen, ext);
129 uprv_strcpy(buffer+bufLen, "_SHORT");
134 uprv_strcpy(buffer+bufLen, "_STUB");
139 *(buffer+bufLen) = 0;
210 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
216 buffer[buflen] = 0;
218 if(skipLineBecauseOfBug(buffer, buflen, skipFlags)) {
223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0;
228 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status);
229 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status);
287 oldBlen = buflen;