Title: [196860] trunk/Source/WebCore
Revision
196860
Author
[email protected]
Date
2016-02-20 08:31:28 -0800 (Sat, 20 Feb 2016)

Log Message

Remove declaration of unimplemented methods in LocaleICU
https://bugs.webkit.org/show_bug.cgi?id=154482

Patch by Olivier Blin <[email protected]> on 2016-02-20
Reviewed by Michael Catanzaro.

detectSignAndGetDigitRange() and matchedDecimalSymbolIndex() are
implemented in PlatformLocale, not LocaleICU.

They were moved out from LocaleICU to NumberLocalizer in r124459
(2012), which has then been renamed as Localizer, then Locale, and
finally PlatformLocale.

* platform/text/LocaleICU.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (196859 => 196860)


--- trunk/Source/WebCore/ChangeLog	2016-02-20 16:30:29 UTC (rev 196859)
+++ trunk/Source/WebCore/ChangeLog	2016-02-20 16:31:28 UTC (rev 196860)
@@ -1,3 +1,19 @@
+2016-02-20  Olivier Blin  <[email protected]>
+
+        Remove declaration of unimplemented methods in LocaleICU
+        https://bugs.webkit.org/show_bug.cgi?id=154482
+
+        Reviewed by Michael Catanzaro.
+
+        detectSignAndGetDigitRange() and matchedDecimalSymbolIndex() are
+        implemented in PlatformLocale, not LocaleICU.
+
+        They were moved out from LocaleICU to NumberLocalizer in r124459
+        (2012), which has then been renamed as Localizer, then Locale, and
+        finally PlatformLocale.
+
+        * platform/text/LocaleICU.h:
+
 2016-02-20  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r196837.

Modified: trunk/Source/WebCore/platform/text/LocaleICU.h (196859 => 196860)


--- trunk/Source/WebCore/platform/text/LocaleICU.h	2016-02-20 16:30:29 UTC (rev 196859)
+++ trunk/Source/WebCore/platform/text/LocaleICU.h	2016-02-20 16:31:28 UTC (rev 196860)
@@ -68,9 +68,6 @@
     String decimalTextAttribute(UNumberFormatTextAttribute);
     virtual void initializeLocaleData() override;
 
-    bool detectSignAndGetDigitRange(const String& input, bool& isNegative, unsigned& startIndex, unsigned& endIndex);
-    unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
-
     bool initializeShortDateFormat();
     UDateFormat* openDateFormat(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle) const;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to