Lines Matching refs:data
87 "Reads the preparsed UCD file path/to/ICU/src/root/source/data/unidata/ppucd.txt and\n"
88 "writes source and binary data files with the character properties.\n"
125 icuSourceData.appendPathPart("data", errorCode);
133 PreparsedUCD ppucd(ppucdPath.data(), errorCode);
136 ppucdPath.data(), errorCode.errorName());
184 emojiPropsBuilder->parseUnidataFiles(unidataPath.data(), errorCode);
199 fprintf(stderr, "genprops error: failure finalizing the data - %s\n",
204 // Write the files with the generated data.
213 pnamesBuilder->writeCSourceFile(sourceCommon.data(), errorCode);
214 pnamesBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);
215 corePropsBuilder->writeCSourceFile(sourceCommon.data(), errorCode);
216 corePropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);
217 bidiPropsBuilder->writeCSourceFile(sourceCommon.data(), errorCode);
218 bidiPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);
219 casePropsBuilder->writeCSourceFile(sourceCommon.data(), errorCode);
220 casePropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);
221 namesPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);
222 layoutPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);
223 emojiPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode);