]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/Console.c
Code clean up.
[mirror_edk2.git] / MdePkg / Library / UefiLib / Console.c
CommitLineData
e386b444 1/** @file\r
9edc73ad 2 This module provide help function for displaying unicode string.\r
e386b444 3\r
4 Copyright (c) 2006, Intel Corporation<BR>\r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
e386b444 13**/\r
14\r
15\r
16\r
17//\r
18// Include common header file for this module.\r
19//\r
f734a10a 20#include "UefiLibInternal.h"\r
e386b444 21\r
22typedef struct {\r
23 CHAR16 WChar;\r
24 UINT32 Width;\r
25} UNICODE_WIDTH_ENTRY;\r
26\r
f80b0830 27GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = {\r
e386b444 28 //\r
29 // General script area\r
30 //\r
31 {(CHAR16)0x1FFF, 1},\r
32 /*\r
33 * Merge the blocks and replace them with the above entry as they fall to \r
34 * the same category and they are all narrow glyph. This will reduce search\r
35 * time and table size. The merge will omit the reserved code.\r
36 *\r
37 * Remove the above item if below is un-commented.\r
38 *\r
39 {(CHAR16)0x007F, 1}, // C0 controls and basic Latin. 0x0000-0x007F\r
40 {(CHAR16)0x00FF, 1}, // C1 controls and Latin-1 support. 0x0080-0x00FF\r
41 {(CHAR16)0x017F, 1}, // Latin extended-A. 0x0100-0x017F\r
42 {(CHAR16)0x024F, 1}, // Latin extended-B. 0x0180-0x024F\r
43 {(CHAR16)0x02AF, 1}, // IPA extensions. 0x0250-0x02AF\r
44 {(CHAR16)0x02FF, 1}, // Spacing modifier letters. 0x02B0-0x02FF\r
45 {(CHAR16)0x036F, 1}, // Combining diacritical marks. 0x0300-0x036F\r
46 {(CHAR16)0x03FF, 1}, // Greek. 0x0370-0x03FF\r
47 {(CHAR16)0x04FF, 1}, // Cyrillic. 0x0400-0x04FF\r
48 {(CHAR16)0x052F, 0}, // Unassigned. As Armenian in ver3.0. 0x0500-0x052F\r
49 {(CHAR16)0x058F, 1}, // Armenian. 0x0530-0x058F\r
50 {(CHAR16)0x05FF, 1}, // Hebrew. 0x0590-0x05FF\r
51 {(CHAR16)0x06FF, 1}, // Arabic. 0x0600-0x06FF\r
52 {(CHAR16)0x08FF, 0}, // Unassigned. 0x0700-0x08FF\r
53 {(CHAR16)0x097F, 1}, // Devanagari. 0x0900-0x097F\r
54 {(CHAR16)0x09FF, 1}, // Bengali. 0x0980-0x09FF\r
55 {(CHAR16)0x0A7F, 1}, // Gurmukhi. 0x0A00-0x0A7F\r
56 {(CHAR16)0x0AFF, 1}, // Gujarati. 0x0A80-0x0AFF\r
57 {(CHAR16)0x0B7F, 1}, // Oriya. 0x0B00-0x0B7F\r
58 {(CHAR16)0x0BFF, 1}, // Tamil. (See page 7-92). 0x0B80-0x0BFF\r
59 {(CHAR16)0x0C7F, 1}, // Telugu. 0x0C00-0x0C7F\r
60 {(CHAR16)0x0CFF, 1}, // Kannada. (See page 7-100). 0x0C80-0x0CFF\r
61 {(CHAR16)0x0D7F, 1}, // Malayalam (See page 7-104). 0x0D00-0x0D7F\r
62 {(CHAR16)0x0DFF, 0}, // Unassigned. 0x0D80-0x0DFF\r
63 {(CHAR16)0x0E7F, 1}, // Thai. 0x0E00-0x0E7F\r
64 {(CHAR16)0x0EFF, 1}, // Lao. 0x0E80-0x0EFF\r
65 {(CHAR16)0x0FBF, 1}, // Tibetan. 0x0F00-0x0FBF\r
66 {(CHAR16)0x109F, 0}, // Unassigned. 0x0FC0-0x109F\r
67 {(CHAR16)0x10FF, 1}, // Georgian. 0x10A0-0x10FF\r
68 {(CHAR16)0x11FF, 1}, // Hangul Jamo. 0x1100-0x11FF\r
69 {(CHAR16)0x1DFF, 0}, // Unassigned. 0x1200-0x1DFF\r
70 {(CHAR16)0x1EFF, 1}, // Latin extended additional. 0x1E00-0x1EFF\r
71 {(CHAR16)0x1FFF, 1}, // Greek extended. 0x1F00-0x1FFF\r
72 *\r
73 */\r
74\r
75 //\r
76 // Symbol area\r
77 //\r
78 {(CHAR16)0x2FFF, 1},\r
79 /*\r
80 * Merge the blocks and replace them with the above entry as they fall to \r
81 * the same category and they are all narrow glyph. This will reduce search\r
82 * time and table size. The merge will omit the reserved code.\r
83 *\r
84 * Remove the above item if below is un-commented.\r
85 *\r
86 {(CHAR16)0x206F, 1}, // General punctuation. (See page7-154). 0x200-0x206F\r
87 {(CHAR16)0x209F, 1}, // Superscripts and subscripts. 0x2070-0x209F\r
88 {(CHAR16)0x20CF, 1}, // Currency symbols. 0x20A0-0x20CF\r
89 {(CHAR16)0x20FF, 1}, // Combining diacritical marks for symbols. 0x20D0-0x20FF\r
90 {(CHAR16)0x214F, 1}, // Letterlike sympbols. 0x2100-0x214F\r
91 {(CHAR16)0x218F, 1}, // Number forms. 0x2150-0x218F\r
92 {(CHAR16)0x21FF, 1}, // Arrows. 0x2190-0x21FF\r
93 {(CHAR16)0x22FF, 1}, // Mathematical operators. 0x2200-0x22FF\r
94 {(CHAR16)0x23FF, 1}, // Miscellaneous technical. 0x2300-0x23FF\r
95 {(CHAR16)0x243F, 1}, // Control pictures. 0x2400-0x243F\r
96 {(CHAR16)0x245F, 1}, // Optical character recognition. 0x2440-0x245F\r
97 {(CHAR16)0x24FF, 1}, // Enclosed alphanumerics. 0x2460-0x24FF\r
98 {(CHAR16)0x257F, 1}, // Box drawing. 0x2500-0x257F\r
99 {(CHAR16)0x259F, 1}, // Block elements. 0x2580-0x259F\r
100 {(CHAR16)0x25FF, 1}, // Geometric shapes. 0x25A0-0x25FF\r
101 {(CHAR16)0x26FF, 1}, // Miscellaneous symbols. 0x2600-0x26FF\r
102 {(CHAR16)0x27BF, 1}, // Dingbats. 0x2700-0x27BF\r
103 {(CHAR16)0x2FFF, 0}, // Reserved. 0x27C0-0x2FFF\r
104 *\r
105 */\r
106\r
107 //\r
108 // CJK phonetics and symbol area\r
109 //\r
110 {(CHAR16)0x33FF, 2},\r
111 /*\r
112 * Merge the blocks and replace them with the above entry as they fall to \r
113 * the same category and they are all wide glyph. This will reduce search\r
114 * time and table size. The merge will omit the reserved code.\r
115 *\r
116 * Remove the above item if below is un-commented.\r
117 *\r
118 {(CHAR16)0x303F, 2}, // CJK symbols and punctuation. 0x3000-0x303F\r
119 {(CHAR16)0x309F, 2}, // Hiragana. 0x3040-0x309F\r
120 {(CHAR16)0x30FF, 2}, // Katakana. 0x30A0-0x30FF\r
121 {(CHAR16)0x312F, 2}, // Bopomofo. 0x3100-0x312F\r
122 {(CHAR16)0x318F, 2}, // Hangul compatibility jamo. 0x3130-0x318F\r
123 {(CHAR16)0x319F, 2}, // Kanbun. 0x3190-0x319F\r
124 {(CHAR16)0x31FF, 0}, // Reserved. As Bopomofo extended in ver3.0. 0x31A0-0x31FF\r
125 {(CHAR16)0x32FF, 2}, // Enclosed CJK letters and months. 0x3200-0x32FF\r
126 {(CHAR16)0x33FF, 2}, // CJK compatibility. 0x3300-0x33FF\r
127 *\r
128 */\r
129\r
130 //\r
131 // CJK ideograph area\r
132 //\r
133 {(CHAR16)0x9FFF, 2},\r
134 /*\r
135 * Merge the blocks and replace them with the above entry as they fall to \r
136 * the same category and they are all wide glyph. This will reduce search\r
137 * time and table size. The merge will omit the reserved code.\r
138 *\r
139 * Remove the above item if below is un-commented.\r
140 *\r
141 {(CHAR16)0x4DFF, 0}, // Reserved. 0x3400-0x4DBF as CJK unified ideographs \r
142 // extension A in ver3.0. 0x3400-0x4DFF\r
143 {(CHAR16)0x9FFF, 2}, // CJK unified ideographs. 0x4E00-0x9FFF\r
144 *\r
145 */\r
146\r
147 //\r
148 // Reserved\r
149 //\r
150 {(CHAR16)0xABFF, 0}, // Reserved. 0xA000-0xA490 as Yi syllables. 0xA490-0xA4D0\r
151 // as Yi radicals in ver3.0. 0xA000-0xABFF\r
152 //\r
153 // Hangul syllables\r
154 //\r
155 {(CHAR16)0xD7FF, 2},\r
156 /*\r
157 * Merge the blocks and replace them with the above entry as they fall to \r
158 * the same category and they are all wide glyph. This will reduce search\r
159 * time and table size. The merge will omit the reserved code.\r
160 *\r
161 * Remove the above item if below is un-commented.\r
162 *\r
163 {(CHAR16)0xD7A3, 2}, // Hangul syllables. 0xAC00-0xD7A3\r
164 {(CHAR16)0xD7FF, 0}, // Reserved. 0xD7A3-0xD7FF\r
165 *\r
166 */\r
167\r
168 //\r
169 // Surrogates area\r
170 //\r
171 {(CHAR16)0xDFFF, 0}, // Surrogates, not used now. 0xD800-0xDFFF\r
172\r
173 //\r
174 // Private use area\r
175 //\r
176 {(CHAR16)0xF8FF, 0}, // Private use area. 0xE000-0xF8FF\r
177\r
178 //\r
179 // Compatibility area and specials\r
180 //\r
181 {(CHAR16)0xFAFF, 2}, // CJK compatibility ideographs. 0xF900-0xFAFF\r
182 {(CHAR16)0xFB4F, 1}, // Alphabetic presentation forms. 0xFB00-0xFB4F\r
183 {(CHAR16)0xFDFF, 1}, // Arabic presentation forms-A. 0xFB50-0xFDFF\r
184 {(CHAR16)0xFE1F, 0}, // Reserved. As variation selectors in ver3.0. 0xFE00-0xFE1F\r
185 {(CHAR16)0xFE2F, 1}, // Combining half marks. 0xFE20-0xFE2F\r
186 {(CHAR16)0xFE4F, 2}, // CJK compatibility forms. 0xFE30-0xFE4F\r
187 {(CHAR16)0xFE6F, 1}, // Small Form Variants. 0xFE50-0xFE6F\r
188 {(CHAR16)0xFEFF, 1}, // Arabic presentation forms-B. 0xFE70-0xFEFF\r
189 {(CHAR16)0xFFEF, 1}, // Half width and full width forms. 0xFF00-0xFFEF\r
190 {(CHAR16)0xFFFF, 0}, // Speicials. 0xFFF0-0xFFFF\r
191};\r
192\r
193/**\r
194 This function computes and returns the width of the Unicode character \r
195 specified by UnicodeChar.\r
196\r
197 @param UnicodeChar A Unicode character.\r
198\r
199 @retval 0 The width if UnicodeChar could not be determined.\r
200 @retval 1 UnicodeChar is a narrow glyph.\r
201 @retval 2 UnicodeChar is a wide glyph.\r
202\r
203**/\r
204UINTN\r
205EFIAPI\r
206GetGlyphWidth (\r
207 IN CHAR16 UnicodeChar\r
208 )\r
209{\r
1654531a 210 UINTN Index;\r
211 UINTN Low;\r
212 UINTN High;\r
213 CONST UNICODE_WIDTH_ENTRY *Item;\r
e386b444 214\r
215 Item = NULL;\r
216 Low = 0;\r
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;\r
218 while (Low <= High) {\r
219 Index = (Low + High) >> 1;\r
220 Item = &(mUnicodeWidthTable[Index]);\r
221 if (Index == 0) {\r
222 if (UnicodeChar <= Item->WChar) {\r
223 break;\r
224 }\r
225\r
226 return 0;\r
227 }\r
228\r
229 if (UnicodeChar > Item->WChar) {\r
230 Low = Index + 1;\r
231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) {\r
232 High = Index - 1;\r
233 } else {\r
234 //\r
235 // Index - 1 < UnicodeChar <= Index. Found\r
236 //\r
237 break;\r
238 }\r
239 }\r
240\r
241 if (Low <= High) {\r
242 return Item->Width;\r
243 }\r
244\r
245 return 0;\r
246}\r
247\r
248/**\r
249 This function computes and returns the display length of\r
250 the Null-terminated Unicode string specified by String.\r
251 If String is NULL, then 0 is returned.\r
252 If any of the widths of the Unicode characters in String\r
253 can not be determined, then 0 is returned.\r
254\r
255 @param String A pointer to a Null-terminated Unicode string.\r
256\r
257 @return The display length of the Null-terminated Unicode string specified by String.\r
258 \r
259**/\r
260UINTN\r
261EFIAPI\r
262UnicodeStringDisplayLength (\r
263 IN CONST CHAR16 *String\r
264 )\r
265{\r
266 UINTN Length;\r
267 UINTN Width;\r
268\r
269 if (String == NULL) {\r
270 return 0;\r
271 }\r
272\r
273 Length = 0;\r
274 while (*String != 0) {\r
275 Width = GetGlyphWidth (*String);\r
276 if (Width == 0) {\r
277 return 0;\r
278 }\r
279\r
280 Length += Width;\r
281 String++;\r
282 }\r
283\r
284 return Length;\r
285}\r