Home | History | Annotate | Download | only in intltest

Lines Matching refs:bufLen

114     int32_t bufLen = (int32_t)uprv_strlen(buffer);
122 uprv_strcpy(buffer+bufLen, ext);
127 uprv_strcpy(buffer+bufLen, "_SHORT");
132 uprv_strcpy(buffer+bufLen, "_STUB");
137 *(buffer+bufLen) = 0;
216 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
222 buffer[buflen] = 0;
224 if(skipLineBecauseOfBug(buffer, buflen, skipFlags)) {
229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024);
233 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status);
234 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status);
282 oldBlen = buflen;