|
LibreOffice Module i18nutil (master) 1
|
#include <i18nutil/oneToOneMapping.hxx>Go to the source code of this file.
Classes | |
| struct | i18nutil::decomposition_table_entry_t |
Namespaces | |
| namespace | i18nutil |
Macros | |
| #define | FULL2HALF_NORMAL 0x01 |
| #define | FULL2HALF_ASC_FUNCTION 0x02 |
| #define | FULL2HALF_KATAKANA_ONLY 0x04 |
| #define | HALF2FULL_NORMAL 0x01 |
| #define | HALF2FULL_JIS_FUNCTION 0x02 |
| #define | HALF2FULL_KATAKANA_ONLY 0x04 |
Variables | |
| const decomposition_table_entry_t | i18nutil::decomposition_table [] |
| UnicodePairWithFlag const | i18nutil::full2half [] |
| const sal_Unicode | i18nutil::composition_table [][2] |
| UnicodePairWithFlag const | i18nutil::half2full [] |
| #define FULL2HALF_ASC_FUNCTION 0x02 |
Definition at line 248 of file widthfolding_data.h.
| #define FULL2HALF_KATAKANA_ONLY 0x04 |
Definition at line 249 of file widthfolding_data.h.
| #define FULL2HALF_NORMAL 0x01 |
Definition at line 247 of file widthfolding_data.h.
| #define HALF2FULL_JIS_FUNCTION 0x02 |
Definition at line 698 of file widthfolding_data.h.
| #define HALF2FULL_KATAKANA_ONLY 0x04 |
Definition at line 699 of file widthfolding_data.h.
| #define HALF2FULL_NORMAL 0x01 |
Definition at line 697 of file widthfolding_data.h.