/*
*******************************************************************************
*
- * 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"
*/
static void U_CALLCONV GlyphToCharTest(void)
{
+#if !UCONFIG_NO_BREAK_ITERATION
LEErrorCode status = LE_NO_ERROR;
le_font *font;
pl_fontRuns *fontRuns;
finish:
return;
+#endif
}
U_CFUNC void addCTests(TestNode **root)
}
+#endif