Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/wchar/
H A Dcharacter_converter.cpp60 uint8_t num_ones = static_cast<uint8_t>(cpp::countl_one(utf8_byte)); in push() local
64 if (num_ones == 0) { in push()
68 else if (num_ones >= 2 && num_ones <= 4) { in push()
74 state->total_bytes = num_ones; in push()
75 utf8_byte &= (base_mask >> num_ones); in push()
89 if (num_ones == 1 && !isFull()) { in push()