Home
last modified time | relevance | path

Searched refs:host_bo (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist/
Dpcre16_utf16_utils.c91 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre16_utf16_to_host_byte_order() local
109 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()
Dpcre32_utf32_utils.c103 int host_bo = host_byte_order != NULL ? *host_byte_order : 1; in pcre32_utf32_to_host_byte_order() local
122 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()