Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 388207
Collapse All | Expand All

(-)a/Source/WTF/wtf/unicode/qt4/UnicodeQt4.h (-1 / +1 lines)
Lines 69-75 typedef uint16_t UChar; Link Here
69
#endif
69
#endif
70
70
71
#if !USE(ICU_UNICODE)
71
#if !USE(ICU_UNICODE)
72
typedef uint32_t UChar32;
72
typedef int32_t UChar32;
73
#endif
73
#endif
74
74
75
namespace WTF {
75
namespace WTF {
(-)a/Source/WTF/wtf/unicode/wchar/UnicodeWchar.h (-2 / +1 lines)
Lines 31-37 Link Here
31
#include <wtf/unicode/UnicodeMacrosFromICU.h>
31
#include <wtf/unicode/UnicodeMacrosFromICU.h>
32
32
33
typedef wchar_t UChar;
33
typedef wchar_t UChar;
34
typedef uint32_t UChar32;
34
typedef int32_t UChar32;
35
35
36
namespace WTF {
36
namespace WTF {
37
namespace Unicode {
37
namespace Unicode {
38
- 

Return to bug 388207