Home
last modified time | relevance | path

Searched refs:withCopyright (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
H A Dgenprops.cpp211 UBool withCopyright=options[COPYRIGHT].doesOccur; in main() local
214 pnamesBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
216 corePropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
218 bidiPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
220 casePropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
221 namesPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
222 layoutPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
223 emojiPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
H A Dlayoutpropsbuilder.cpp86 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) U_OVERRIDE;
251 LayoutPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
256 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
H A Dgenprops.h42 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
H A Demojipropsbuilder.cpp105 void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) override;
509 EmojiPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) {
513 withCopyright ? U_COPYRIGHT_STRING : nullptr, &errorCode);
H A Dbidipropsbuilder.cpp177 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
561 BiDiPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
565 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
H A Dpnamesbuilder.cpp294 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
465 PNamesBuilderImpl::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
468 withCopyright ? U_COPYRIGHT_STRING : 0, &errorCode); in writeBinaryData()
H A Dcorepropsbuilder.cpp328 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
940 CorePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
948 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
H A Dnamespropsbuilder.cpp212 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
767 NamesPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
771 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
H A Dcasepropsbuilder.cpp278 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
1237 CasePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
1241 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp73 static UBool beVerbose=false, withCopyright=true, icu4xMode=false; variable
1156 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in buildAndWriteBaseData()
1376 withCopyright=options[COPYRIGHT].doesOccur; in main()

Completed in 11 milliseconds