Lines Matching refs:buffer
518 CollationBaseDataBuilder &builder, char *buffer, UErrorCode *status) {
521 if(uprv_strncmp(buffer, vt[cnt].name, vtLen) == 0) {
523 char *pointer = skipWhiteSpace(buffer + vtLen);
532 fprintf(stderr, "Syntax error: unable to parse the CE from line '%s'\n", buffer);
538 fprintf(stderr, "Value of \"%s\" is not a primary weight\n", buffer);
544 fprintf(stderr, "Value of \"%s\" is not a valid byte\n", buffer);
570 fprintf(stderr, "Syntax error: unable to parse one of the ranges from line '%s'\n", buffer);
674 fprintf(stderr, "Warning: unrecognized option: %s\n", buffer);
834 char buffer[30000];
850 char *line = fgets(buffer, sizeof(buffer), data);
1125 LocalMemory<uint8_t> buffer;
1127 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity);