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

Unified Diff: src/runtime/runtime.h

Issue 1812673005: Use ICU case conversion/transliterator for case conversion behind a flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: move toLocale{U,L}Case behind --icu-case-mapping, too; adjust test status accordingly. roll back st… Created 4 years, 8 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: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 23bb3b915c5c7a389ce184e76a989bba94a2495a..a8e0352196abdf4a7eb330ce4a67816d18fd6795 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -259,7 +259,10 @@ namespace internal {
F(BreakIteratorFirst, 1, 1) \
F(BreakIteratorNext, 1, 1) \
F(BreakIteratorCurrent, 1, 1) \
- F(BreakIteratorBreakType, 1, 1)
+ F(BreakIteratorBreakType, 1, 1) \
+ F(StringToLowerCaseI18N, 1, 1) \
+ F(StringToUpperCaseI18N, 1, 1) \
+ F(StringLocaleConvertCase, 3, 1)
#else
#define FOR_EACH_INTRINSIC_I18N(F)
#endif
« src/js/icu-case-mapping.js ('K') | « src/objects.h ('k') | src/runtime/runtime-i18n.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698