]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cbiditst.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cbiditst.h
index fb5f5c07fceeed98547a887c73e2b1393a8f80be..2044458ee89accc4a6f20f454bdf4baa9e7a939e 100644 (file)
@@ -1,10 +1,12 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2011, International Business Machines Corporation and
+ * COPYRIGHT:
+ * Copyright (c) 1997-2016, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /*   file name:  cbiditst.h
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -25,9 +27,6 @@ extern "C" {
 
 #define MAX_STRING_LENGTH 200
 
-/* length of an array */
-#define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
-
 /*  Comparing the description of the BiDi algorithm with this implementation
     is easier with the same names for the BiDi types in the code as there.
     See UCharDirection in uchar.h .
@@ -51,6 +50,10 @@ extern "C" {
 #define PDF U_POP_DIRECTIONAL_FORMAT
 #define NSM U_DIR_NON_SPACING_MARK
 #define BN  U_BOUNDARY_NEUTRAL
+#define FSI U_FIRST_STRONG_ISOLATE
+#define LRI U_LEFT_TO_RIGHT_ISOLATE
+#define RLI U_RIGHT_TO_LEFT_ISOLATE
+#define PDI U_POP_DIRECTIONAL_ISOLATE
 
 extern const char * const
 dirPropNames[U_CHAR_DIRECTION_COUNT];