jdk/src/share/native/sun/font/layout/IndicClassTables.cpp
changeset 3935 afcdb712a9c5
parent 3933 38e8ef00316e
child 5506 202f599c92aa
equal deleted inserted replaced
3933:38e8ef00316e 3935:afcdb712a9c5
    32 #include "LETypes.h"
    32 #include "LETypes.h"
    33 #include "LEScripts.h"
    33 #include "LEScripts.h"
    34 #include "OpenTypeTables.h"
    34 #include "OpenTypeTables.h"
    35 #include "OpenTypeUtilities.h"
    35 #include "OpenTypeUtilities.h"
    36 #include "IndicReordering.h"
    36 #include "IndicReordering.h"
       
    37 
       
    38 U_NAMESPACE_BEGIN
    37 
    39 
    38 // Split matra table indices
    40 // Split matra table indices
    39 #define _x1  (1 << CF_INDEX_SHIFT)
    41 #define _x1  (1 << CF_INDEX_SHIFT)
    40 #define _x2  (2 << CF_INDEX_SHIFT)
    42 #define _x2  (2 << CF_INDEX_SHIFT)
    41 #define _x3  (3 << CF_INDEX_SHIFT)
    43 #define _x3  (3 << CF_INDEX_SHIFT)
   383         return 1;
   385         return 1;
   384     }
   386     }
   385 
   387 
   386     return classTable->getWorstCaseExpansion();
   388     return classTable->getWorstCaseExpansion();
   387 }
   389 }
       
   390 
       
   391 U_NAMESPACE_END