Searched refs:host_bo (Results 1 – 2 of 2) sorted by relevance
91 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre16_utf16_to_host_byte_order() local109 host_bo = c == 0xfeff; in pcre16_utf16_to_host_byte_order()116 *optr++ = host_bo ? c : ((c >> 8) | (c << 8)); /* Flip bytes if needed. */ in pcre16_utf16_to_host_byte_order()119 *host_byte_order = host_bo; in pcre16_utf16_to_host_byte_order()
103 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre32_utf32_to_host_byte_order() local122 host_bo = c == 0x0000feffu; in pcre32_utf32_to_host_byte_order()127 *optr++ = host_bo ? c : swap_uint32(c); in pcre32_utf32_to_host_byte_order()130 *host_byte_order = host_bo; in pcre32_utf32_to_host_byte_order()