Searched refs:OldUChar (Results 1 – 3 of 3) sorted by relevance
285 inline const OldUChar *toOldUCharPtr(const char16_t *p) { in toOldUCharPtr()289 return reinterpret_cast<const OldUChar *>(p); in toOldUCharPtr()299 inline OldUChar *toOldUCharPtr(char16_t *p) { in toOldUCharPtr()303 return reinterpret_cast<OldUChar *>(p); in toOldUCharPtr()
365 typedef wchar_t OldUChar; typedef367 typedef __CHAR16_TYPE__ OldUChar; typedef369 typedef uint16_t OldUChar; typedef