CODING_UTF_16_BOM 1589 src/coding.c     enum utf_bom_type bom = CODING_UTF_16_BOM (coding);
CODING_UTF_16_BOM 1612 src/coding.c         CODING_UTF_16_BOM (coding) = utf_without_bom;
CODING_UTF_16_BOM 1618 src/coding.c         CODING_UTF_16_BOM (coding) = utf_without_bom;
CODING_UTF_16_BOM 1710 src/coding.c     enum utf_bom_type bom = CODING_UTF_16_BOM (coding);
CODING_UTF_16_BOM 1722 src/coding.c         CODING_UTF_16_BOM (coding) = utf_without_bom;
CODING_UTF_16_BOM 5784 src/coding.c         CODING_UTF_16_BOM (coding) = (CONSP (val) ? utf_detect_bom
CODING_UTF_16_BOM 5796 src/coding.c         if (CODING_UTF_16_BOM (coding) == utf_detect_bom)