Obtains the bidirectional catagory of a character.
Static Public Member Functions | |
static void | Setup () |
Sets up the bidirectional data. More... | |
static int | Get (int charCode) |
Finds the nearest block for the given charcode and returns its mode. The mode is one of the BidiBlock options. More... | |
Static Private Attributes | |
static BidiBlock[] | Blocks |
The available blocks. Sorted by start. More... | |
|
inlinestatic |
Finds the nearest block for the given charcode and returns its mode. The mode is one of the BidiBlock options.
|
inlinestatic |
Sets up the bidirectional data.
|
staticprivate |
The available blocks. Sorted by start.