Lines Matching defs:data
21 * It then writes the ucadata.icu binary file containing the data.
220 // Pro: Available without complete and updated UCD scripts data,
608 // Ignore the radical data before the :.
723 u_parseString(input.data(),
729 input.data(), line, u_errorName(*status));
742 u_parseString(input.data(),
748 input.data(), line, u_errorName(*status));
827 FILE *data = fopen(filename, "r");
828 if(data == NULL) {
842 while(!feof(data)) {
850 char *line = fgets(buffer, sizeof(buffer), data);
852 if(feof(data)) {
866 // we have read the line, now do something sensible with the read data!
872 // not into the normal collation data.
1036 // Pass 1 for reading all data, setting isCompressible flags (and reordering groups)
1053 fprintf(stderr, "UCA version not specified. Cannot create data file!\n");
1054 fclose(data);
1062 fclose(data);
1083 CollationData data(*Normalizer2Factory::getNFCImpl(errorCode));
1085 builder.build(data, errorCode);
1136 data, settings,
1240 * Builds data for the FCD check fast path.
1362 "Reads path/to/ICU/src/root/source/data/unidata/FractionalUCA.txt and\n"
1363 "writes source and binary data files with the collation root data.\n"
1387 icuSourceData.appendPathPart("data", errorCode);
1403 fracUCAPath.data(),
1404 sourceDataInColl.data(),
1405 sourceI18n.data(),