CODING_UTF_16_BOM 1583 src/coding.c     enum utf_bom_type bom = CODING_UTF_16_BOM (coding);
CODING_UTF_16_BOM 1606 src/coding.c         CODING_UTF_16_BOM (coding) = utf_without_bom;
CODING_UTF_16_BOM 1612 src/coding.c         CODING_UTF_16_BOM (coding) = utf_without_bom;
CODING_UTF_16_BOM 1704 src/coding.c     enum utf_bom_type bom = CODING_UTF_16_BOM (coding);
CODING_UTF_16_BOM 1716 src/coding.c         CODING_UTF_16_BOM (coding) = utf_without_bom;
CODING_UTF_16_BOM 5778 src/coding.c         CODING_UTF_16_BOM (coding) = (CONSP (val) ? utf_detect_bom
CODING_UTF_16_BOM 5790 src/coding.c         if (CODING_UTF_16_BOM (coding) == utf_detect_bom)