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

Unified Diff: src/intl.h

Issue 2859203002: [string] Move String.p.toLowerCase to CSA (Closed)
Patch Set: Address comments Created 3 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 | « src/external-reference-table.cc ('k') | src/intl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/intl.h
diff --git a/src/intl.h b/src/intl.h
index 529ae03d4de40dae9f46b36f520c4467da3d339e..90683fe7f60fffe8811e63b6dd5898881ea149e6 100644
--- a/src/intl.h
+++ b/src/intl.h
@@ -30,6 +30,11 @@ MUST_USE_RESULT Object* ConvertToUpper(Handle<String> s, Isolate* isolate);
MUST_USE_RESULT Object* ConvertCase(Handle<String> s, bool is_upper,
Isolate* isolate);
+MUST_USE_RESULT Object* ConvertOneByteToLower(String* src, String* dst,
+ Isolate* isolate);
+
+const uint8_t* ToLatin1LowerTable();
+
// ICUTimezoneCache calls out to ICU for TimezoneCache
// functionality in a straightforward way.
class ICUTimezoneCache : public base::TimezoneCache {
« no previous file with comments | « src/external-reference-table.cc ('k') | src/intl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698