jdk/src/share/native/sun/font/layout/IndicRearrangement.h
changeset 16889 3df90f344221
parent 5506 202f599c92aa
equal deleted inserted replaced
16888:4a32a7e572d1 16889:3df90f344221
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 /*
    26 /*
    27  *
    27  *
    28  * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
    28  * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
    29  *
    29  *
    30  */
    30  */
    31 
    31 
    32 #ifndef __INDICREARRANGEMENT_H
    32 #ifndef __INDICREARRANGEMENT_H
    33 #define __INDICREARRANGEMENT_H
    33 #define __INDICREARRANGEMENT_H
    44 #include "MorphStateTables.h"
    44 #include "MorphStateTables.h"
    45 
    45 
    46 U_NAMESPACE_BEGIN
    46 U_NAMESPACE_BEGIN
    47 
    47 
    48 struct IndicRearrangementSubtableHeader : MorphStateTableHeader
    48 struct IndicRearrangementSubtableHeader : MorphStateTableHeader
       
    49 {
       
    50 };
       
    51 
       
    52 struct IndicRearrangementSubtableHeader2 : MorphStateTableHeader2
    49 {
    53 {
    50 };
    54 };
    51 
    55 
    52 enum IndicRearrangementFlags
    56 enum IndicRearrangementFlags
    53 {
    57 {
    83 
    87 
    84 struct IndicRearrangementStateEntry : StateEntry
    88 struct IndicRearrangementStateEntry : StateEntry
    85 {
    89 {
    86 };
    90 };
    87 
    91 
       
    92 struct IndicRearrangementStateEntry2 : StateEntry2
       
    93 {
       
    94 };
       
    95 
    88 U_NAMESPACE_END
    96 U_NAMESPACE_END
    89 #endif
    97 #endif
    90 
    98