Searched refs:BOM_UTF32_LE (Results 1 – 2 of 2) sorted by relevance
297 #define BOM_UTF32_LE "\xff\xfe\x00\x00" macro356 if (LANG_SCNG(script_org_size) < sizeof(BOM_UTF32_LE)-1) { in zend_multibyte_detect_unicode()364 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_LE, sizeof(BOM_UTF32_LE)-1)) { in zend_multibyte_detect_unicode()366 bom_size = sizeof(BOM_UTF32_LE)-1; in zend_multibyte_detect_unicode()
300 #define BOM_UTF32_LE "\xff\xfe\x00\x00" macro359 if (LANG_SCNG(script_org_size) < sizeof(BOM_UTF32_LE)-1) { in zend_multibyte_detect_unicode()367 } else if (!memcmp(LANG_SCNG(script_org), BOM_UTF32_LE, sizeof(BOM_UTF32_LE)-1)) { in zend_multibyte_detect_unicode()369 bom_size = sizeof(BOM_UTF32_LE)-1; in zend_multibyte_detect_unicode()
Completed in 17 milliseconds