changeset 3935 | afcdb712a9c5 |
parent 2 | 90ce3da70b43 |
child 5506 | 202f599c92aa |
--- a/jdk/src/share/native/sun/font/layout/ClassDefinitionTables.cpp Mon Sep 28 11:52:22 2009 -0700 +++ b/jdk/src/share/native/sun/font/layout/ClassDefinitionTables.cpp Tue Sep 29 14:06:13 2009 -0700 @@ -35,6 +35,8 @@ #include "ClassDefinitionTables.h" #include "LESwaps.h" +U_NAMESPACE_BEGIN + le_int32 ClassDefinitionTable::getGlyphClass(LEGlyphID glyphID) const { switch(SWAPW(classFormat)) { @@ -139,3 +141,5 @@ return FALSE; } + +U_NAMESPACE_END