Searched defs:byte (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A DUnicode.cpp57 // Mask used to set appropriate bits in first byte of UTF-8 sequence,
60 // -> (00-7f) 7bit. Bit mask for the first byte is 0x00000000
285 since the byte beyond the maximum may segfault */
441 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) argument
444 *codePoint |= 0x3F & byte;

Completed in 54 milliseconds