php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
unicode_table_jis.h File Reference

Go to the source code of this file.

Variables

const unsigned short jisx0208_ucs_table []
 
const int jisx0208_ucs_table_size = (sizeof (jisx0208_ucs_table) / sizeof (unsigned short))
 
const unsigned short jisx0212_ucs_table []
 
const int jisx0212_ucs_table_size = (sizeof (jisx0212_ucs_table) / sizeof (unsigned short))
 
const unsigned short ucs_a1_jis_table []
 
const int ucs_a1_jis_table_min = 0x0000
 
const int ucs_a1_jis_table_max = 0x0000 + (sizeof (ucs_a1_jis_table) / sizeof (unsigned short))
 
const unsigned short ucs_a2_jis_table []
 
const int ucs_a2_jis_table_min = 0x2000
 
const int ucs_a2_jis_table_max = 0x2000 + (sizeof (ucs_a2_jis_table) / sizeof (unsigned short))
 
const unsigned short ucs_i_jis_table []
 
const int ucs_i_jis_table_min = 0x4E00
 
const int ucs_i_jis_table_max = 0x4E00 + (sizeof (ucs_i_jis_table) / sizeof (unsigned short))
 
const unsigned short ucs_r_jis_table []
 
int ucs_r_jis_table_min = 0xFF00
 
int ucs_r_jis_table_max = 0xFF00 + (sizeof (ucs_r_jis_table) / sizeof (unsigned short))
 

Variable Documentation

◆ jisx0208_ucs_table

const unsigned short jisx0208_ucs_table[]

Definition at line 29 of file unicode_table_jis.h.

◆ jisx0208_ucs_table_size

const int jisx0208_ucs_table_size = (sizeof (jisx0208_ucs_table) / sizeof (unsigned short))

Definition at line 1196 of file unicode_table_jis.h.

◆ jisx0212_ucs_table

const unsigned short jisx0212_ucs_table[]

Definition at line 1198 of file unicode_table_jis.h.

◆ jisx0212_ucs_table_size

const int jisx0212_ucs_table_size = (sizeof (jisx0212_ucs_table) / sizeof (unsigned short))

Definition at line 2275 of file unicode_table_jis.h.

◆ ucs_a1_jis_table

const unsigned short ucs_a1_jis_table[]

Definition at line 2277 of file unicode_table_jis.h.

◆ ucs_a1_jis_table_max

const int ucs_a1_jis_table_max = 0x0000 + (sizeof (ucs_a1_jis_table) / sizeof (unsigned short))

Definition at line 2429 of file unicode_table_jis.h.

◆ ucs_a1_jis_table_min

const int ucs_a1_jis_table_min = 0x0000

Definition at line 2428 of file unicode_table_jis.h.

◆ ucs_a2_jis_table

const unsigned short ucs_a2_jis_table[]

Definition at line 2432 of file unicode_table_jis.h.

◆ ucs_a2_jis_table_max

const int ucs_a2_jis_table_max = 0x2000 + (sizeof (ucs_a2_jis_table) / sizeof (unsigned short))

Definition at line 3012 of file unicode_table_jis.h.

◆ ucs_a2_jis_table_min

const int ucs_a2_jis_table_min = 0x2000

Definition at line 3011 of file unicode_table_jis.h.

◆ ucs_i_jis_table

const unsigned short ucs_i_jis_table[]

Definition at line 3015 of file unicode_table_jis.h.

◆ ucs_i_jis_table_max

const int ucs_i_jis_table_max = 0x4E00 + (sizeof (ucs_i_jis_table) / sizeof (unsigned short))

Definition at line 5805 of file unicode_table_jis.h.

◆ ucs_i_jis_table_min

const int ucs_i_jis_table_min = 0x4E00

Definition at line 5804 of file unicode_table_jis.h.

◆ ucs_r_jis_table

const unsigned short ucs_r_jis_table[]

Definition at line 5808 of file unicode_table_jis.h.

◆ ucs_r_jis_table_max

int ucs_r_jis_table_max = 0xFF00 + (sizeof (ucs_r_jis_table) / sizeof (unsigned short))

Definition at line 5841 of file unicode_table_jis.h.

◆ ucs_r_jis_table_min

int ucs_r_jis_table_min = 0xFF00

Definition at line 5840 of file unicode_table_jis.h.