--- a/jdk/src/share/native/sun/font/layout/ScriptAndLanguage.cpp Mon Sep 28 11:52:22 2009 -0700
+++ b/jdk/src/share/native/sun/font/layout/ScriptAndLanguage.cpp Tue Sep 29 14:06:13 2009 -0700
@@ -25,6 +25,7 @@
/*
*
+ *
* (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
*
*/
@@ -35,6 +36,8 @@
#include "ScriptAndLanguage.h"
#include "LESwaps.h"
+U_NAMESPACE_BEGIN
+
const LangSysTable *ScriptTable::findLanguage(LETag languageTag, le_bool exactMatch) const
{
le_uint16 count = SWAPW(langSysCount);
@@ -79,3 +82,5 @@
return scriptTable->findLanguage(languageTag, exactMatch);
}
+
+U_NAMESPACE_END