X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..6de34a005df0e4a02d88750703b950237b77d9c8:/icuSources/layout/ScriptAndLanguage.h?ds=sidebyside diff --git a/icuSources/layout/ScriptAndLanguage.h b/icuSources/layout/ScriptAndLanguage.h index 2c5a448d..804dae96 100644 --- a/icuSources/layout/ScriptAndLanguage.h +++ b/icuSources/layout/ScriptAndLanguage.h @@ -1,7 +1,6 @@ /* - * @(#)ScriptAndLanguage.h 1.5 00/03/15 * - * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved * */ @@ -34,7 +33,7 @@ struct ScriptTable le_uint16 langSysCount; LangSysRecord langSysRecordArray[ANY_NUMBER]; - const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = false) const; + const LangSysTable *findLanguage(LETag languageTag, le_bool exactMatch = FALSE) const; }; typedef TagAndOffsetRecord ScriptRecord; @@ -45,7 +44,7 @@ struct ScriptListTable ScriptRecord scriptRecordArray[ANY_NUMBER]; const ScriptTable *findScript(LETag scriptTag) const; - const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = false) const; + const LangSysTable *findLanguage(LETag scriptTag, LETag languageTag, le_bool exactMatch = FALSE) const; }; U_NAMESPACE_END