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

Unified Diff: source/i18n/bocsu.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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 | « source/i18n/anytrans.cpp ('k') | source/i18n/bocsu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/bocsu.h
diff --git a/source/i18n/bocsu.h b/source/i18n/bocsu.h
index 37165b5e77e5d0b3309d1da59fd2162754e3bdc3..0f89a0fbeb06dab84eedb9ff24b86b3e6b1b3cd9 100644
--- a/source/i18n/bocsu.h
+++ b/source/i18n/bocsu.h
@@ -1,9 +1,9 @@
/*
*******************************************************************************
-* Copyright (C) 2001-2011, International Business Machines
+* Copyright (C) 2001-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
-* file name: bocsu.c
+* file name: bocsu.h
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
@@ -151,14 +151,8 @@ U_NAMESPACE_END
} \
}
-U_CFUNC void
-u_writeIdenticalLevelRun(const UChar *s, int32_t length, icu::ByteSink &sink);
-
-U_CFUNC int32_t
-u_writeIdenticalLevelRunTwoChars(UChar32 first, UChar32 second, uint8_t *p);
-
-U_CFUNC uint8_t *
-u_writeDiff(int32_t diff, uint8_t *p);
+U_CFUNC UChar32
+u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
#endif /* #if !UCONFIG_NO_COLLATION */
« no previous file with comments | « source/i18n/anytrans.cpp ('k') | source/i18n/bocsu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698