Home | History | Annotate | Download | only in intltest

Lines Matching refs:buffer

111     char buffer[1024];
112 uprv_strcpy(buffer, testDataPath);
113 uprv_strcat(buffer, type);
114 int32_t bufLen = (int32_t)uprv_strlen(buffer);
122 uprv_strcpy(buffer+bufLen, ext);
124 testFile = fopen(buffer, "rb");
127 uprv_strcpy(buffer+bufLen, "_SHORT");
128 uprv_strcat(buffer, ext);
129 testFile = fopen(buffer, "rb");
132 uprv_strcpy(buffer+bufLen, "_STUB");
133 uprv_strcat(buffer, ext);
134 testFile = fopen(buffer, "rb");
137 *(buffer+bufLen) = 0;
138 dataerrln("Could not open any of the conformance test files, tried opening base %s\n", buffer);
196 UChar *buffer = b1, *oldB = NULL;
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);
251 res = u_strcmpCodePointOrder(oldB, buffer);
270 oldB = buffer;
274 buffer = b2;
278 buffer = b1;