Searched refs:OldUChar (Results 1 – 8 of 8) sorted by relevance
365 typedef wchar_t OldUChar; typedef367 typedef __CHAR16_TYPE__ OldUChar; typedef369 typedef uint16_t OldUChar; typedef
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()
288 inline const OldUChar *toOldUCharPtr(const char16_t *p) { in toOldUCharPtr()292 return reinterpret_cast<const OldUChar *>(p); in toOldUCharPtr()302 inline OldUChar *toOldUCharPtr(char16_t *p) { in toOldUCharPtr()306 return reinterpret_cast<OldUChar *>(p); in toOldUCharPtr()
401 typedef wchar_t OldUChar; typedef403 typedef __CHAR16_TYPE__ OldUChar; typedef405 typedef uint16_t OldUChar; typedef
443 typedef wchar_t OldUChar; typedef445 typedef __CHAR16_TYPE__ OldUChar; typedef447 typedef uint16_t OldUChar; typedef