Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dstring_func.h200 static inline WChar Utf16DecodeSurrogate(uint lead, uint trail) in Utf16DecodeSurrogate() function
213 return Utf16DecodeSurrogate(c[0], c[1]); in Utf16DecodeChar()
/dports/games/openttd/openttd-12.1/src/video/
H A Dwin32_v.cpp244 charcode = Utf16DecodeSurrogate(prev_char, charcode); in HandleCharMsg()
/dports/games/openttd/openttd-12.1/src/video/cocoa/
H A Dcocoa_wnd.mm126 if (lead != 0) unicode_str.push_back(Utf16DecodeSurrogate(lead, c));