Home
last modified time | relevance | path

Searched defs:withCopyright (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/
Dgenprops.cpp196 UBool withCopyright=options[COPYRIGHT].doesOccur; in main() local
Dlayoutpropsbuilder.cpp251 LayoutPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData()
Dbidipropsbuilder.cpp557 BiDiPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData()
Dcorepropsbuilder.cpp937 CorePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData()
Dcasepropsbuilder.cpp1233 CasePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData()
Dpnamesbuilder.cpp465 PNamesBuilderImpl::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData()
Dnamespropsbuilder.cpp767 NamesPropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData()
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp72 static UBool beVerbose=FALSE, withCopyright=TRUE; variable