diff dwtx/dwtxhelper/mangoicu/UBreakIterator.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 95307ad235d9
children
line wrap: on
line diff
--- a/dwtx/dwtxhelper/mangoicu/UBreakIterator.d	Wed Aug 27 14:49:30 2008 +0200
+++ b/dwtx/dwtxhelper/mangoicu/UBreakIterator.d	Mon Sep 08 00:51:37 2008 +0200
@@ -312,6 +312,7 @@
 
         // this is returned by next(), previous() etc ...
         const uint Done = uint.max;
+        alias Done DONE;
 
         /***********************************************************************
 
@@ -454,7 +455,7 @@
                     return ubrk_next (handle);
                 return ubrk_following (handle, offset);
         }
-
+        alias next following;
         /***********************************************************************
 
                 Determine the text boundary preceding the current text