Searched refs:is_align2 (Results 1 – 2 of 2) sorted by relevance
12 template <typename T> static constexpr bool is_align2(T x) { return 0 == (x & 1); } in is_align2() function71 if (!utf16 || !is_align2(intptr_t(utf16)) || !is_align2(byteLength)) { in CountUTF16()159 if (!src || src + 1 > end || !is_align2(intptr_t(src))) { in NextUTF16()
13 template <typename T> static constexpr bool is_align2(T x) { return 0 == (x & 1); } in is_align2() function72 if (!utf16 || !is_align2(intptr_t(utf16)) || !is_align2(byteLength)) { in CountUTF16()160 if (!src || src + 1 > end || !is_align2(intptr_t(src))) { in NextUTF16()