Lines Matching refs:icu
4 Subject: [PATCH] Fix build with icu >= 68
14 Source/WebCore/platform/text/icu/UTextProvider.h | 15 +++++++++++++++
15 .../platform/text/icu/UTextProviderLatin1.cpp | 15 +++++++++++++++
16 .../platform/text/icu/UTextProviderUTF16.cpp | 15 +++++++++++++++
27 +// Since icu 68.1 icu we have to:
45 diff --git a/Source/WebCore/platform/text/icu/UTextProvider.h b/Source/WebCore/platform/text/icu/UT…
47 --- a/Source/WebCore/platform/text/icu/UTextProvider.h
48 +++ b/Source/WebCore/platform/text/icu/UTextProvider.h
53 +// Since icu 68.1 icu we have to:
71 diff --git a/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp b/Source/WebCore/platform/tex…
73 --- a/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp
74 +++ b/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp
79 +// Since icu 68.1 icu we have to:
97 diff --git a/Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp b/Source/WebCore/platform/text…
99 --- a/Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp
100 +++ b/Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp
105 +// Since icu 68.1 icu we have to: