Searched refs:CC_RESERVED (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKhmerReordering.h92 CC_RESERVED = 0, enumerator in enum:KhmerClassTable::CharClassValues
H A DTibetanReordering.h109 CC_RESERVED = 0, //Non Combining Characters enumerator in enum:TibetanClassTable::CharClassValues
H A DKhmerReordering.cpp63 _xx = KhmerClassTable::CC_RESERVED,
126 // in which case we get _xx (CC_RESERVED) back
139 return CC_RESERVED;
H A DTibetanReordering.cpp64 _xx = TibetanClassTable::CC_RESERVED,
137 // (in which case we get its type back), or an unknown object in which case we get _xx (CC_RESERVED) back
141 return CC_RESERVED;
H A DIndicReordering.h50 #define CC_RESERVED 0U macro
H A DIndicReordering.cpp703 case CC_RESERVED:
799 IndicClassTable::CharClass charClass = CC_RESERVED;
800 IndicClassTable::CharClass nextClass = CC_RESERVED;
H A DIndicClassTables.cpp52 #define _xx (CC_RESERVED)
456 return CC_RESERVED;

Completed in 43 milliseconds