Searched refs:withCopyright (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/tools/unicode/c/genprops/ |
H A D | genprops.cpp | 211 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 D | layoutpropsbuilder.cpp | 86 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 D | genprops.h | 42 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
|
H A D | emojipropsbuilder.cpp | 105 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 D | bidipropsbuilder.cpp | 177 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 D | pnamesbuilder.cpp | 294 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 D | corepropsbuilder.cpp | 328 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 D | namespropsbuilder.cpp | 212 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 D | casepropsbuilder.cpp | 278 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 D | genuca.cpp | 73 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 13 milliseconds