Searched refs:TrailSurrogate (Results 1 – 8 of 8) sorted by relevance
15 return trailing_ ? Utf16::TrailSurrogate(char_) in operator *()
128 static inline uint16_t TrailSurrogate(uint32_t char_code) { in TrailSurrogate() function
60 buffer->push_back(unibrow::Utf16::TrailSurrogate(value)); in DecodeOctets()
239 *(cursor++) = unibrow::Utf16::TrailSurrogate(t); in ProcessChunk()551 *(cursor++) = unibrow::Utf16::TrailSurrogate(t); in FillBufferFromCurrentChunk()
120 unibrow::Utf16::TrailSurrogate(code_unit); in AddTwoByteChar()
94 two_byte_buffer.push_back(unibrow::Utf16::TrailSurrogate(code)); in BUILTIN()
818 v->push_back(unibrow::Utf16::TrailSurrogate(code_unit)); in push_code_unit()1814 AddTrailSurrogate(unibrow::Utf16::TrailSurrogate(c)); in AddUnicodeCharacter()
4898 uc16 from_t = unibrow::Utf16::TrailSurrogate(from); in AddNonBmpSurrogatePairs()4900 uc16 to_t = unibrow::Utf16::TrailSurrogate(to); in AddNonBmpSurrogatePairs()