Searched refs:php_win32_cp_map (Results 1 – 2 of 2) sorted by relevance
5 static const struct php_win32_cp php_win32_cp_map[] = { { 37, 0, 0, 1, "IBM037", NULL, "37 (IBM … variable
308 if (id < php_win32_cp_map[0].id) { in php_win32_cp_get_by_id()319 for (i = 0; i < sizeof(php_win32_cp_map)/sizeof(struct php_win32_cp); i++) { in php_win32_cp_get_by_id()320 if (php_win32_cp_map[i].id == id) { in php_win32_cp_get_by_id()321 return &php_win32_cp_map[i]; in php_win32_cp_get_by_id()340 for (i = 0; i < sizeof(php_win32_cp_map)/sizeof(struct php_win32_cp); i++) { in php_win32_cp_get_by_enc()341 const struct php_win32_cp *cp = &php_win32_cp_map[i]; in php_win32_cp_get_by_enc()
Completed in 8 milliseconds