Home
last modified time | relevance | path

Searched refs:cp_code (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15358 static const WORD cp_code[] = { 437, 720, 737, 771, 775, 850, 852, 855, 8… variable
15380 for (i = 0; cp_code[i] != 0 && cp_code[i] != cp; i++) ; /* Get conversion table */ in ff_uni2oem()
15430 for (i = 0; cp_code[i] != 0 && cp_code[i] != cp; i++) ; /* Get table */ in ff_oem2uni()