Home | History | Annotate | Download | only in intltest

Lines Matching refs:bufLen

115     int32_t bufLen = (int32_t)uprv_strlen(buffer);
123 uprv_strcpy(buffer+bufLen, ext);
128 uprv_strcpy(buffer+bufLen, "_SHORT");
133 uprv_strcpy(buffer+bufLen, "_STUB");
138 *(buffer+bufLen) = 0;
170 int32_t buflen = 0, oldBlen = 0;
191 buflen = offset;
194 resLen = ucol_getSortKey(coll, buffer, buflen, newSk, 1024);
200 cmpres = ucol_strcoll(coll, oldB, oldBlen, buffer, buflen);
201 cmpres2 = ucol_strcoll(coll, buffer, buflen, oldB, oldBlen);
253 oldBlen = buflen;