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

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: Patch for landing 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
Index: Source/wtf/text/StringImpl.h
diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
index 32c83bfd88c89bcae2505a54a3e327fa7c5c6851..e7171ea3943a2b027c27420b4e81aef15d02f71d 100644
--- a/Source/wtf/text/StringImpl.h
+++ b/Source/wtf/text/StringImpl.h
@@ -756,6 +756,8 @@ inline PassRefPtr<StringImpl> StringImpl::isolatedCopy() const
return create(characters16(), m_length);
}
+WTF_EXPORT UChar32 toUpper(UChar32, const AtomicString& localeIdentifier);
tkent 2015/05/28 00:38:26 This function needs a documentation. StringImpl.{
rwlbuis 2015/05/28 23:03:08 Unfortunately I didn't find a place. It is especia
tkent 2015/05/29 05:49:50 Let's put it here, and add TODO(rub.buis) about fi
+
struct StringHash;
// StringHash is the default hash for StringImpl* and RefPtr<StringImpl>

Powered by Google App Engine
This is Rietveld 408576698