Home
last modified time | relevance | path

Searched refs:withCopyright (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
Dgenprops.cpp196 UBool withCopyright=options[COPYRIGHT].doesOccur; in main() local
199 pnamesBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
201 corePropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
203 bidiPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
205 casePropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
206 namesPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
207 layoutPropsBuilder->writeBinaryData(sourceDataIn.data(), withCopyright, errorCode); in main()
Dlayoutpropsbuilder.cpp86 …virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) U_OVERR…
251 LayoutPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
256 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
Dbidipropsbuilder.cpp177 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
557 BiDiPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
561 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
Dgenprops.h41 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
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()
Dcorepropsbuilder.cpp323 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
937 CorePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
945 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
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()
Dcasepropsbuilder.cpp278 virtual void writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode);
1233 CasePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
1237 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in writeBinaryData()
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp72 static UBool beVerbose=FALSE, withCopyright=TRUE; variable
1133 withCopyright ? U_COPYRIGHT_STRING : NULL, &errorCode); in buildAndWriteBaseData()
1351 withCopyright=options[COPYRIGHT].doesOccur; in main()