|
ICU 57.1 57.1
|
C++ API: Endian independent access to data for LayoutEngine. More...
#include "LETypes.h"Go to the source code of this file.
Data Structures | |
| class | LESwaps |
| This class is used to access data which stored in big endian order regardless of the conventions of the platform. More... | |
Macros | |
| #define | SWAPW(value) |
| A convenience macro which invokes the swapWord member function from a concise call. | |
| #define | SWAPL(value) |
| A convenience macro which invokes the swapLong member function from a concise call. | |
C++ API: Endian independent access to data for LayoutEngine.
Definition in file LESwaps.h.
| #define SWAPL | ( | value | ) |
A convenience macro which invokes the swapLong member function from a concise call.
icu::LayoutEngine | #define SWAPW | ( | value | ) |
A convenience macro which invokes the swapWord member function from a concise call.
icu::LayoutEngine