Changeset 33560 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Oct 28, 2010 2:25:30 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67166
- Location:
- trunk/src/VBox/Runtime/common/string
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/unidata.cpp
r28800 r33560 22570 22570 22571 22571 22572 const RTUNIFLAGSRANGE g_aRTUniFlag Ranges[] =22572 const RTUNIFLAGSRANGE g_aRTUniFlagsRanges[] = 22573 22573 { 22574 22574 { 0x000000, 0x003401, &g_afRTUniFlags0x000000[0] }, -
trunk/src/VBox/Runtime/common/string/uniread.cpp
r33540 r33560 1020 1020 */ 1021 1021 Stream2Init(); 1022 Stream2Printf("const RTUNIFLAGSRANGE g_aRTUniFlag Ranges[] =\n"1022 Stream2Printf("const RTUNIFLAGSRANGE g_aRTUniFlagsRanges[] =\n" 1023 1023 "{\n"); 1024 1024 RTUNICP i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.