Lines Matching refs:cp
31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
15224 WORD cp /* Code page for the conversion */ in ff_uni2oem() argument
15235 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()
15246 WORD cp /* Code page for the conversion */ in ff_oem2uni() argument
15257 if (cp == FF_CODE_PAGE) { /* Is it a valid code page? */ in ff_oem2uni()
15277 WORD cp /* Code page for the conversion */ in ff_uni2oem() argument
15289 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()
15313 WORD cp /* Code page for the conversion */ in ff_oem2uni() argument
15325 if (cp == FF_CODE_PAGE) { /* Is it valid code page? */ in ff_oem2uni()
15360 WORD cp /* Code page for the conversion */ in ff_uni2oem() argument
15375 if (cp < 900) { /* SBCS */ in ff_uni2oem()
15376 for (i = 0; cp_code[i] != 0 && cp_code[i] != cp; i++) ; /* Get conversion table */ in ff_uni2oem()
15383 switch (cp) { /* Get conversion table */ in ff_uni2oem()
15412 WORD cp /* Code page for the conversion */ in ff_oem2uni() argument
15425 if (cp < 900) { /* SBCS */ in ff_oem2uni()
15426 for (i = 0; cp_code[i] != 0 && cp_code[i] != cp; i++) ; /* Get table */ in ff_oem2uni()
15432 switch (cp) { in ff_oem2uni()