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

Unified Diff: src/vm/unicode.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/vm/unicode.h ('k') | src/vm/vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/unicode.cc
diff --git a/src/vm/unicode.cc b/src/vm/unicode.cc
index 2030fdb10cf1ce870068d634edf60b64694bbada..c88bf95d5e674d3ff963cfbb61328bff0ef8ed8a 100644
--- a/src/vm/unicode.cc
+++ b/src/vm/unicode.cc
@@ -6,7 +6,7 @@
#include "src/vm/object.h"
-namespace fletch {
+namespace dartino {
const int8_t Utf8::kTrailBytes[256] = {
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
@@ -120,4 +120,4 @@ void Utf16::Encode(int32 codepoint, uint16_t* dst) {
dst[1] = (0xDC00 + (codepoint & 0x3FF));
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/vm/unicode.h ('k') | src/vm/vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698