Home | History | Annotate | Download | only in intltest

Lines Matching full:1024

113     char buffer[1024];
189 UChar b1[1024], b2[1024];
192 char lineB1[1024], lineB2[1024];
195 uint8_t sk1[1024], sk2[1024];
202 while (fgets(lineB, 1024, testFile) != NULL) {
210 int32_t buflen = u_parseString(lineB, buffer, 1024, &first, &status);
223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0;