From cf93f6857f7098e4de09e576d83f0be72121d9cf Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 22 Mar 2002 17:35:20 +0000 Subject: [PATCH] ICU-1803 Fix some documentation. Some definitions only exist in the Unicode class. X-SVN-Rev: 8206 --- icu4c/source/common/unicode/uchar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/common/unicode/uchar.h b/icu4c/source/common/unicode/uchar.h index 1fe2a0bb35..10ae0a1e8b 100644 --- a/icu4c/source/common/unicode/uchar.h +++ b/icu4c/source/common/unicode/uchar.h @@ -1263,7 +1263,7 @@ u_charMirror(UChar32 c); * of The Unicode Standard, Version 2.0). The results for various characters * are as follows: *

- * ZERO_WIDTH: Characters which are considered to take up no display-cell space: + * U_ZERO_WIDTH: Characters which are considered to take up no display-cell space: * control characters * format characters * line and paragraph separators @@ -1272,7 +1272,7 @@ u_charMirror(UChar32 c); * combining Hangul jongseong * unassigned Unicode values *

- * HALF_WIDTH: Characters which take up half a cell in standard Asian text: + * U_HALF_WIDTH: Characters which take up half a cell in standard Asian text: * all characters in the General Scripts Area except combining Hangul choseong * and the characters called out specifically above as ZERO_WIDTH * alphabetic and Arabic presentation forms @@ -1281,7 +1281,7 @@ u_charMirror(UChar32 c); * halfwidth Hangul Jamo * halfwidth forms, arrows, and shapes *

- * FULL_WIDTH: Characters which take up a full cell in standard Asian text: + * U_FULL_WIDTH: Characters which take up a full cell in standard Asian text: * combining Hangul choseong * all characters in the CJK Phonetics and Symbols Area * all characters in the CJK Ideographs Area @@ -1292,7 +1292,7 @@ u_charMirror(UChar32 c); * fullwidth ASCII * fullwidth punctuation and currency signs *

- * NEUTRAL: Characters whose cell width is context-dependent: + * U_NEUTRAL_WIDTH: Characters whose cell width is context-dependent: * all characters in the Symbols Area, except those specifically called out above * all characters in the Surrogates Area * all charcaters in the Private Use Area