Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: trunk/Source/wtf/text/StringImpl.h

Issue 1155543007: Revert 196325 "Make small-caps work correctly with tr locale" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/Source/platform/fonts/FontDescription.cpp ('k') | trunk/Source/wtf/text/StringImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/wtf/text/StringImpl.h
===================================================================
--- trunk/Source/wtf/text/StringImpl.h (revision 196343)
+++ trunk/Source/wtf/text/StringImpl.h (working copy)
@@ -756,10 +756,6 @@
return create(characters16(), m_length);
}
-// TODO(rob.buis) possibly find a better place for this method.
-// Turns a UChar32 to uppercase based on localeIdentifier.
-WTF_EXPORT UChar32 toUpper(UChar32, const AtomicString& localeIdentifier);
-
struct StringHash;
// StringHash is the default hash for StringImpl* and RefPtr<StringImpl>
« no previous file with comments | « trunk/Source/platform/fonts/FontDescription.cpp ('k') | trunk/Source/wtf/text/StringImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698