]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/ScriptAndLanguage.h
ICU-6.2.10.tar.gz
[apple/icu.git] / icuSources / layout / ScriptAndLanguage.h
index 2c5a448d5a85ab802ee57d1c611c07a97e2e2163..804dae9665e8ea29521024db0263e753ad14c4d9 100644 (file)
@@ -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];
 
     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;
 };
 
 typedef TagAndOffsetRecord ScriptRecord;
@@ -45,7 +44,7 @@ struct ScriptListTable
     ScriptRecord        scriptRecordArray[ANY_NUMBER];
 
     const ScriptTable   *findScript(LETag scriptTag) const;
     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
 };
 
 U_NAMESPACE_END