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

Unified Diff: source/test/letest/cletest.c

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/test/letest/cfonts.cpp ('k') | source/test/letest/cletest.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/cletest.c
diff --git a/source/test/letest/cletest.c b/source/test/letest/cletest.c
index ed426d821e77a349bdc917cac732168feb1197f8..209337e05c1988231beb831ab1902d657c4445e4 100644
--- a/source/test/letest/cletest.c
+++ b/source/test/letest/cletest.c
@@ -1,12 +1,14 @@
/*
*******************************************************************************
*
- * Copyright (C) 1999-2008, International Business Machines
+ * Copyright (C) 1999-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
*/
+#ifndef USING_ICULEHB /* C API not available under HB */
+
#include "unicode/utypes.h"
#include "unicode/ubidi.h"
#include "unicode/uscript.h"
@@ -511,6 +513,7 @@ static void U_CALLCONV DataDrivenTest(void)
*/
static void U_CALLCONV GlyphToCharTest(void)
{
+#if !UCONFIG_NO_BREAK_ITERATION
LEErrorCode status = LE_NO_ERROR;
le_font *font;
pl_fontRuns *fontRuns;
@@ -728,6 +731,7 @@ close_font:
finish:
return;
+#endif
}
U_CFUNC void addCTests(TestNode **root)
@@ -740,3 +744,4 @@ U_CFUNC void addCTests(TestNode **root)
}
+#endif
« no previous file with comments | « source/test/letest/cfonts.cpp ('k') | source/test/letest/cletest.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698