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

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

Issue 1135003004: Make small-caps work correctly with tr locale (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add back TestExpectations change 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 | « Source/platform/fonts/FontDescription.cpp ('k') | Source/wtf/text/StringImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/StringImpl.h
diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
index 32c83bfd88c89bcae2505a54a3e327fa7c5c6851..8487777f0563b18264619a79f578b83ef32e8451 100644
--- a/Source/wtf/text/StringImpl.h
+++ b/Source/wtf/text/StringImpl.h
@@ -756,6 +756,10 @@ inline PassRefPtr<StringImpl> StringImpl::isolatedCopy() const
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 | « Source/platform/fonts/FontDescription.cpp ('k') | Source/wtf/text/StringImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698