Go to the source code of this file.
|
| bool | exFatCmpName (const DirName_t *unicode, const char *name, size_t offset, size_t n) |
| |
| bool | exFatCmpName (const DirName_t *unicode, const ExChar16_t *name, size_t offset, size_t n) |
| |
| uint16_t | exFatHashName (const char *name, size_t n, uint16_t hash) |
| |
| uint16_t | exFatHashName (const ExChar16_t *name, size_t n, uint16_t hash) |
| |
| uint16_t | toUpcase (uint16_t chr) |
| |
| uint32_t | upcaseChecksum (uint16_t unicode, uint32_t checksum) |
| |
◆ exFatCmpName() [1/2]
| bool exFatCmpName |
( |
const DirName_t * |
unicode, |
|
|
const char * |
name, |
|
|
size_t |
offset, |
|
|
size_t |
n |
|
) |
| |
◆ exFatCmpName() [2/2]
| bool exFatCmpName |
( |
const DirName_t * |
unicode, |
|
|
const ExChar16_t * |
name, |
|
|
size_t |
offset, |
|
|
size_t |
n |
|
) |
| |
◆ exFatHashName() [1/2]
| uint16_t exFatHashName |
( |
const char * |
name, |
|
|
size_t |
n, |
|
|
uint16_t |
hash |
|
) |
| |
◆ exFatHashName() [2/2]
| uint16_t exFatHashName |
( |
const ExChar16_t * |
name, |
|
|
size_t |
n, |
|
|
uint16_t |
hash |
|
) |
| |
◆ toUpcase()
| uint16_t toUpcase |
( |
uint16_t |
chr | ) |
|
◆ upcaseChecksum()
| uint32_t upcaseChecksum |
( |
uint16_t |
unicode, |
|
|
uint32_t |
checksum |
|
) |
| |