diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_mbsrtowcs.c')
-rw-r--r-- | localedata/tests-mbwc/dat_mbsrtowcs.c | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/localedata/tests-mbwc/dat_mbsrtowcs.c b/localedata/tests-mbwc/dat_mbsrtowcs.c index eddc0607b7..654f309cbb 100644 --- a/localedata/tests-mbwc/dat_mbsrtowcs.c +++ b/localedata/tests-mbwc/dat_mbsrtowcs.c @@ -22,9 +22,9 @@ TST_MBSRTOWCS tst_mbsrtowcs_loc [] = { }, { { - { 0,0,1,3, { 0x00FC,0x00E4,0x00F6,0x0000 } }, - { 0,0,1,3, { 0x00FC,0x00E4,0x00F6,0x0000 } }, - { 0,0,1,2, { 0x00FC,0x00E4,0x00F6,0x0000 } }, + { 0,1,3, { 0x00FC,0x00E4,0x00F6,0x0000 } }, + { 0,1,3, { 0x00FC,0x00E4,0x00F6,0x0000 } }, + { 0,1,2, { 0x00FC,0x00E4,0x00F6,0x0000 } }, } } }, @@ -38,9 +38,9 @@ TST_MBSRTOWCS tst_mbsrtowcs_loc [] = { }, { { - { 0,0,1,3, { 0x00FC,0x00E4,0x00F6,0x0000 } }, - { 0,0,1,0, { 0x0000 } }, - { 0,0,1,3, { 0x0000 } }, + { 0,1,3, { 0x00FC,0x00E4,0x00F6,0x0000 } }, + { 0,1,0, { 0x0000 } }, + { 0,1,3, { 0x0000 } }, } } }, @@ -63,9 +63,9 @@ TST_MBSRTOWCS tst_mbsrtowcs_loc [] = { }, { { - { 0,0,1,3, { 0x0041,0x0042,0x0043,0x0000 } }, - { 0,0,1,3, { 0x0041,0x0042,0x0043,0x0000 } }, - { 0,0,1,2, { 0x0041,0x0042,0x0043,0x0000 } }, + { 0,1,3, { 0x0041,0x0042,0x0043,0x0000 } }, + { 0,1,3, { 0x0041,0x0042,0x0043,0x0000 } }, + { 0,1,2, { 0x0041,0x0042,0x0043,0x0000 } }, } } }, @@ -79,9 +79,9 @@ TST_MBSRTOWCS tst_mbsrtowcs_loc [] = { }, { { - { 0,0,1,3, { 0x0041,0x0042,0x0043,0x0000 } }, - { 0,0,1,0, { 0x0000 } }, - { 0,0,1,3, { 0x0000 } }, + { 0,1,3, { 0x0041,0x0042,0x0043,0x0000 } }, + { 0,1,0, { 0x0000 } }, + { 0,1,3, { 0x0000 } }, } } }, @@ -104,9 +104,9 @@ TST_MBSRTOWCS tst_mbsrtowcs_loc [] = { }, { { - { 0,0,1,6, { 0x3042,0x3044,0x3046,0x0041,0x0042,0x0043,0x0000 }}, - { 0,0,1,6, { 0x3042,0x3044,0x3046,0x0041,0x0042,0x0043,0x0000 }}, - { 0,0,1,4, { 0x3042,0x3044,0x3046,0x0041,0x0000 } }, + { 0,1,6, { 0x3042,0x3044,0x3046,0x0041,0x0042,0x0043,0x0000 }}, + { 0,1,6, { 0x3042,0x3044,0x3046,0x0041,0x0042,0x0043,0x0000 }}, + { 0,1,4, { 0x3042,0x3044,0x3046,0x0041,0x0000 } }, } } }, @@ -120,9 +120,9 @@ TST_MBSRTOWCS tst_mbsrtowcs_loc [] = { }, { { - { 0,0,1,6, { 0x3042,0x3044,0x3046,0x0041,0x0042,0x0043,0x0000 }}, - { 0,0,1,0, { 0x0000 } }, - { 0,0,1,6, { 0x0000 } }, + { 0,1,6, { 0x3042,0x3044,0x3046,0x0041,0x0042,0x0043,0x0000 }}, + { 0,1,0, { 0x0000 } }, + { 0,1,6, { 0x0000 } }, } } }, |