Searched refs:gb2312_lead (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ | ||
| H A D | html.c | 81 #define gb2312_lead(c) ((c) != 0x8E && (c) != 0x8F && (c) != 0xA0 && (c) != 0xFF) macro 241 } else if (gb2312_lead(next)) { 247 } else if (gb2312_lead(c)) { |
Completed in 4 milliseconds