Go to the source code of this file.
◆ cmp_name_page0()
static uint16_t cmp_name_page0 |
( |
uint16_t |
x | ) |
|
|
static |
Definition at line 412 of file hfsplus_case.c.
416 low = ((uint8_t *) &x) + 1;
422 else if (*low <= 0x5a)
424 else if (*low < 0xc6)
426 else if (*low == 0xc6)
428 else if (*low == 0xd0)
430 else if (*low == 0xd8)
432 else if (*low == 0xde)
Referenced by iso_hfsplus_cichar().
◆ iso_hfsplus_cichar()
uint16_t iso_hfsplus_cichar |
( |
uint16_t |
x | ) |
|
◆ what_page()
static int what_page |
( |
uint16_t |
x | ) |
|
|
static |
◆ utf16be_transl
Maps UTF-16BE double-byte characters to the representative of their equivalence class under the relation of HFS+ case-insensitivity.
Definition at line 35 of file hfsplus_case.c.
Referenced by iso_hfsplus_cichar().
◆ utf16be_transl_count
int utf16be_transl_count = 329 |
|
static |
◆ utf16be_transl_starts
int utf16be_transl_starts[] |
|
static |