Upgrade ICU to 4.8.1.1.

Bug5862596 : Upgrade Android to ICU4.8.1.1.

Change-Id: Ic307bf1f364396fad82cb2f696a0ab5c748f43fa
diff --git a/common/ushape.c b/common/ushape.c
index efb839a..3706f10 100644
--- a/common/ushape.c
+++ b/common/ushape.c
@@ -1,7 +1,7 @@
 /*
  ******************************************************************************
  *
- *   Copyright (C) 2000-2010, International Business Machines
+ *   Copyright (C) 2000-2011, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  ******************************************************************************
@@ -1489,7 +1489,7 @@
     }
     
     /* Does Options contain the new Seen Tail Unicode code point option */
-    if ( (options&SHAPE_TAIL_TYPE_MASK) == SHAPE_TAIL_NEW_UNICODE){
+    if ( (options&U_SHAPE_TAIL_TYPE_MASK) == U_SHAPE_TAIL_NEW_UNICODE){
         tailChar = NEW_TAIL_CHAR;
     }else {
         tailChar = OLD_TAIL_CHAR;