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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLESwaps.h55 #define SWAPW(value) LESwaps::swapWord(value)
58 #define SWAPW(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapWord(value))
71 #define SWAPL(value) LESwaps::swapLong(value)
74 #define SWAPL(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value))
88 class U_LAYOUT_API LESwaps /* not : public UObject because all methods are static */ { class
142 LESwaps() {} // private - forbid instantiation function in class:LESwaps

Completed in 30 milliseconds