LibreOffice Module i18nutil (master) 1
Classes | Namespaces | Macros | Variables
widthfolding_data.h File Reference
#include <i18nutil/oneToOneMapping.hxx>
Include dependency graph for widthfolding_data.h:
This graph shows which files directly or indirectly include this file:

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 []
 

Macro Definition Documentation

◆ FULL2HALF_ASC_FUNCTION

#define FULL2HALF_ASC_FUNCTION   0x02

Definition at line 248 of file widthfolding_data.h.

◆ FULL2HALF_KATAKANA_ONLY

#define FULL2HALF_KATAKANA_ONLY   0x04

Definition at line 249 of file widthfolding_data.h.

◆ FULL2HALF_NORMAL

#define FULL2HALF_NORMAL   0x01

Definition at line 247 of file widthfolding_data.h.

◆ HALF2FULL_JIS_FUNCTION

#define HALF2FULL_JIS_FUNCTION   0x02

Definition at line 698 of file widthfolding_data.h.

◆ HALF2FULL_KATAKANA_ONLY

#define HALF2FULL_KATAKANA_ONLY   0x04

Definition at line 699 of file widthfolding_data.h.

◆ HALF2FULL_NORMAL

#define HALF2FULL_NORMAL   0x01

Definition at line 697 of file widthfolding_data.h.