Searched refs:LeadSurrogate (Results 1 – 8 of 8) sorted by relevance
16 : Utf16::LeadSurrogate(char_); in operator *()
125 static inline uint16_t LeadSurrogate(uint32_t char_code) { in LeadSurrogate() function
59 buffer->push_back(unibrow::Utf16::LeadSurrogate(value)); in DecodeOctets()
238 *(cursor++) = unibrow::Utf16::LeadSurrogate(t); in ProcessChunk()550 *(cursor++) = unibrow::Utf16::LeadSurrogate(t); in FillBufferFromCurrentChunk()
116 unibrow::Utf16::LeadSurrogate(code_unit); in AddTwoByteChar()
93 two_byte_buffer.push_back(unibrow::Utf16::LeadSurrogate(code)); in BUILTIN()
817 v->push_back(unibrow::Utf16::LeadSurrogate(code_unit)); in push_code_unit()1813 AddLeadSurrogate(unibrow::Utf16::LeadSurrogate(c)); in AddUnicodeCharacter()
4897 uc16 from_l = unibrow::Utf16::LeadSurrogate(from); in AddNonBmpSurrogatePairs()4899 uc16 to_l = unibrow::Utf16::LeadSurrogate(to); in AddNonBmpSurrogatePairs()