2 * msvcrt.dll mbcs functions
4 * Copyright 1999 Alexandre Julliard
5 * Copyright 2000 Jon Griffths
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 * Not currently binary compatible with win32. MSVCRT_mbctype must be
23 * populated correctly and the ismb* functions should reference it.
29 #include "wine/unicode.h"
30 #include "wine/debug.h"
32 WINE_DEFAULT_DEBUG_CHANNEL(msvcrt
);
34 unsigned char MSVCRT_mbctype
[257] = { 0 };
36 /* It seems that the data about valid trail bytes is not available from kernel32
37 * so we have to store is here. The format is the same as for lead bytes in CPINFO */
38 struct cp_extra_info_t
41 BYTE TrailBytes
[MAX_LEADBYTES
];
44 static struct cp_extra_info_t g_cpextrainfo
[] =
46 {932, {0x40, 0x7e, 0x80, 0xfc, 0, 0}},
47 {936, {0x40, 0xfe, 0, 0}},
48 {949, {0x41, 0xfe, 0, 0}},
49 {950, {0x40, 0x7e, 0xa1, 0xfe, 0, 0}},
50 {1361, {0x31, 0x7e, 0x81, 0xfe, 0, 0}},
51 {20932, {1, 255, 0, 0}}, /* seems to give different results on different systems */
52 {0, {1, 255, 0, 0}} /* match all with FIXME */
55 /* Maps cp932 single byte character to multi byte character */
56 static const unsigned char mbbtombc_932
[] = {
57 0x40,0x49,0x68,0x94,0x90,0x93,0x95,0x66,0x69,0x6a,0x96,0x7b,0x43,0x7c,0x44,0x5e,
58 0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x46,0x47,0x83,0x81,0x84,0x48,
59 0x97,0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,
60 0x6f,0x70,0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x6d,0x8f,0x6e,0x4f,0x76,
61 0x77,0x78,0x79,0x6d,0x8f,0x6e,0x4f,0x51,0x65,0x81,0x82,0x83,0x84,0x85,0x86,0x87,
62 0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x8f,0x90,0x91,0x92,0x93,0x94,0x95,0x50,
63 0x42,0x75,0x76,0x41,0x45,0x92,0x40,0x42,0x44,0x46,0x48,0x83,0x85,0x87,0x62,
64 0x5b,0x41,0x43,0x45,0x47,0x49,0x4a,0x4c,0x4e,0x50,0x52,0x54,0x56,0x58,0x5a,0x5c,
65 0x5e,0x60,0x63,0x65,0x67,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x71,0x74,0x77,0x7a,0x7d,
66 0x7e,0x80,0x81,0x82,0x84,0x86,0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x8f,0x93,0x4a,0x4b };
68 /* Maps multibyte cp932 punctuation marks to single byte equivalents */
69 static const unsigned char mbctombb_932_punct
[] = {
70 0x20,0xa4,0xa1,0x2c,0x2e,0xa5,0x3a,0x3b,0x3f,0x21,0xde,0xdf,0x00,0x00,0x00,0x5e,
71 0x7e,0x5f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xb0,0x00,0x00,0x2f,0x00,
72 0x00,0x00,0x7c,0x00,0x00,0x60,0x27,0x00,0x22,0x28,0x29,0x00,0x00,0x5b,0x5d,0x7b,
73 0x7d,0x00,0x00,0x00,0x00,0xa2,0xa3,0x00,0x00,0x00,0x00,0x2b,0x2d,0x00,0x00,0x00,
74 0x00,0x3d,0x00,0x3c,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x5c,
75 0x24,0x00,0x00,0x25,0x23,0x26,0x2a,0x40};
77 /* Maps multibyte cp932 hiragana/katakana to single-byte equivalents */
78 static const unsigned char mbctombb_932_kana
[] = {
79 0xa7,0xb1,0xa8,0xb2,0xa9,0xb3,0xaa,0xb4,0xab,0xb5,0xb6,0xb6,0xb7,0xb7,0xb8,0xb8,
80 0xb9,0xb9,0xba,0xba,0xbb,0xbb,0xbc,0xbc,0xbd,0xbd,0xbe,0xbe,0xbf,0xbf,0xc0,0xc0,
81 0xc1,0xc1,0xaf,0xc2,0xc2,0xc3,0xc3,0xc4,0xc4,0xc5,0xc6,0xc7,0xc8,0xc9,0xca,0xca,
82 0xca,0xcb,0xcb,0xcb,0xcc,0xcc,0xcc,0xcd,0xcd,0xcd,0xce,0xce,0xce,0xcf,0xd0,0xd1,
83 0xd2,0xd3,0xac,0xd4,0xad,0xd5,0xae,0xd6,0xd7,0xd8,0xd9,0xda,0xdb,0xdc,0xdc,0xb2,
84 0xb4,0xa6,0xdd,0xb3,0xb6,0xb9};
86 static MSVCRT_wchar_t
msvcrt_mbc_to_wc(unsigned int ch
)
96 mbch
[0] = (ch
>> 8) & 0xff;
100 if (!MultiByteToWideChar(get_mbcinfo()->mbcodepage
, 0, mbch
, n_chars
, &chW
, 1))
102 WARN("MultiByteToWideChar failed on %x\n", ch
);
108 static inline MSVCRT_size_t
u_strlen( const unsigned char *str
)
110 return strlen( (const char*) str
);
113 static inline unsigned char* u_strncat( unsigned char* dst
, const unsigned char* src
, MSVCRT_size_t len
)
115 return (unsigned char*)strncat( (char*)dst
, (const char*)src
, len
);
118 static inline int u_strcmp( const unsigned char *s1
, const unsigned char *s2
)
120 return strcmp( (const char*)s1
, (const char*)s2
);
123 static inline int u_strcasecmp( const unsigned char *s1
, const unsigned char *s2
)
125 return strcasecmp( (const char*)s1
, (const char*)s2
);
128 static inline int u_strncmp( const unsigned char *s1
, const unsigned char *s2
, MSVCRT_size_t len
)
130 return strncmp( (const char*)s1
, (const char*)s2
, len
);
133 static inline int u_strncasecmp( const unsigned char *s1
, const unsigned char *s2
, MSVCRT_size_t len
)
135 return strncasecmp( (const char*)s1
, (const char*)s2
, len
);
138 static inline unsigned char *u_strchr( const unsigned char *s
, unsigned char x
)
140 return (unsigned char*) strchr( (const char*)s
, x
);
143 static inline unsigned char *u_strrchr( const unsigned char *s
, unsigned char x
)
145 return (unsigned char*) strrchr( (const char*)s
, x
);
148 static inline unsigned char *u__strset( unsigned char *s
, unsigned char c
)
150 return (unsigned char*) _strset( (char*)s
, c
);
153 static inline unsigned char *u__strnset( unsigned char *s
, unsigned char c
, MSVCRT_size_t len
)
155 return (unsigned char*) MSVCRT__strnset( (char*)s
, c
, len
);
158 static inline MSVCRT_size_t
u_strcspn( const unsigned char *s
, const unsigned char *rej
)
160 return strcspn( (const char *)s
, (const char*)rej
);
163 /*********************************************************************
164 * __p__mbctype (MSVCRT.@)
166 unsigned char* CDECL
__p__mbctype(void)
168 return get_mbcinfo()->mbctype
;
171 /*********************************************************************
172 * __p___mb_cur_max(MSVCRT.@)
174 int* CDECL
__p___mb_cur_max(void)
176 return &get_locinfo()->mb_cur_max
;
179 /*********************************************************************
180 * ___mb_cur_max_func(MSVCRT.@)
182 int CDECL
MSVCRT____mb_cur_max_func(void)
184 return get_locinfo()->mb_cur_max
;
187 /*********************************************************************
188 * ___mb_cur_max_l_func (MSVCR80.@)
190 int* CDECL
___mb_cur_max_l_func(MSVCRT__locale_t locale
)
192 MSVCRT_pthreadlocinfo locinfo
;
195 locinfo
= get_locinfo();
197 locinfo
= locale
->locinfo
;
199 return &locinfo
->mb_cur_max
;
202 /*********************************************************************
203 * INTERNAL: _setmbcp_l
205 int _setmbcp_l(int cp
, LCID lcid
, MSVCRT_pthreadmbcinfo mbcinfo
)
207 const char format
[] = ".%d";
220 mbcinfo
= get_mbcinfo();
231 newcp
= get_locinfo()->lc_codepage
;
234 /* fall through (C locale) */
236 newcp
= 20127; /* ASCII */
244 sprintf(bufA
, format
, newcp
);
245 mbcinfo
->mblcid
= MSVCRT_locale_to_LCID(bufA
, NULL
);
247 mbcinfo
->mblcid
= lcid
;
250 if(mbcinfo
->mblcid
== -1)
252 WARN("Can't assign LCID to codepage (%d)\n", mbcinfo
->mblcid
);
256 if (!GetCPInfo(newcp
, &cpi
))
258 WARN("Codepage %d not found\n", newcp
);
259 *MSVCRT__errno() = MSVCRT_EINVAL
;
263 /* setup the _mbctype */
264 memset(mbcinfo
->mbctype
, 0, sizeof(unsigned char[257]));
265 memset(mbcinfo
->mbcasemap
, 0, sizeof(unsigned char[256]));
267 bytes
= cpi
.LeadByte
;
268 while (bytes
[0] || bytes
[1])
270 for (i
= bytes
[0]; i
<= bytes
[1]; i
++)
271 mbcinfo
->mbctype
[i
+ 1] |= _M1
;
275 if (cpi
.MaxCharSize
> 1)
277 /* trail bytes not available through kernel32 but stored in a structure in msvcrt */
278 struct cp_extra_info_t
*cpextra
= g_cpextrainfo
;
280 mbcinfo
->ismbcodepage
= 1;
283 if (cpextra
->cp
== 0 || cpextra
->cp
== newcp
)
285 if (cpextra
->cp
== 0)
286 FIXME("trail bytes data not available for DBCS codepage %d - assuming all bytes\n", newcp
);
288 bytes
= cpextra
->TrailBytes
;
289 while (bytes
[0] || bytes
[1])
291 for (i
= bytes
[0]; i
<= bytes
[1]; i
++)
292 mbcinfo
->mbctype
[i
+ 1] |= _M2
;
301 mbcinfo
->ismbcodepage
= 0;
303 /* we can't use GetStringTypeA directly because we don't have a locale - only a code page
306 for (i
= 0; i
< 256; i
++)
307 if (!(mbcinfo
->mbctype
[i
+ 1] & _M1
))
308 bufA
[charcount
++] = i
;
310 ret
= MultiByteToWideChar(newcp
, 0, bufA
, charcount
, bufW
, charcount
);
311 if (ret
!= charcount
)
312 ERR("MultiByteToWideChar of chars failed for cp %d, ret=%d (exp %d), error=%d\n", newcp
, ret
, charcount
, GetLastError());
314 GetStringTypeW(CT_CTYPE1
, bufW
, charcount
, chartypes
);
317 for (i
= 0; i
< 256; i
++)
318 if (!(mbcinfo
->mbctype
[i
+ 1] & _M1
))
320 if (chartypes
[charcount
] & C1_UPPER
)
322 mbcinfo
->mbctype
[i
+ 1] |= _SBUP
;
323 bufW
[charcount
] = tolowerW(bufW
[charcount
]);
325 else if (chartypes
[charcount
] & C1_LOWER
)
327 mbcinfo
->mbctype
[i
+ 1] |= _SBLOW
;
328 bufW
[charcount
] = toupperW(bufW
[charcount
]);
333 ret
= WideCharToMultiByte(newcp
, 0, bufW
, charcount
, bufA
, charcount
, NULL
, NULL
);
334 if (ret
!= charcount
)
335 ERR("WideCharToMultiByte failed for cp %d, ret=%d (exp %d), error=%d\n", newcp
, ret
, charcount
, GetLastError());
338 for (i
= 0; i
< 256; i
++)
340 if(!(mbcinfo
->mbctype
[i
+ 1] & _M1
))
342 if(mbcinfo
->mbctype
[i
] & (C1_UPPER
|C1_LOWER
))
343 mbcinfo
->mbcasemap
[i
] = bufA
[charcount
];
348 if (newcp
== 932) /* CP932 only - set _MP and _MS */
350 /* On Windows it's possible to calculate the _MP and _MS from CT_CTYPE1
351 * and CT_CTYPE3. But as of Wine 0.9.43 we return wrong values what makes
352 * it hard. As this is set only for codepage 932 we hardcode it what gives
353 * also faster execution.
355 for (i
= 161; i
<= 165; i
++)
356 mbcinfo
->mbctype
[i
+ 1] |= _MP
;
357 for (i
= 166; i
<= 223; i
++)
358 mbcinfo
->mbctype
[i
+ 1] |= _MS
;
361 mbcinfo
->mbcodepage
= newcp
;
362 if(MSVCRT_locale
&& mbcinfo
== MSVCRT_locale
->mbcinfo
)
363 memcpy(MSVCRT_mbctype
, MSVCRT_locale
->mbcinfo
->mbctype
, sizeof(MSVCRT_mbctype
));
368 /*********************************************************************
369 * _setmbcp (MSVCRT.@)
371 int CDECL
_setmbcp(int cp
)
373 return _setmbcp_l(cp
, -1, NULL
);
376 /*********************************************************************
377 * _getmbcp (MSVCRT.@)
379 int CDECL
_getmbcp(void)
381 return get_mbcinfo()->mbcodepage
;
384 /*********************************************************************
385 * _mbsnextc(MSVCRT.@)
387 unsigned int CDECL
_mbsnextc(const unsigned char* str
)
390 return *str
<< 8 | str
[1];
394 /*********************************************************************
395 * _mbctolower(MSVCRT.@)
397 unsigned int CDECL
_mbctolower(unsigned int c
)
401 FIXME("Handle MBC chars\n");
404 return tolower(c
); /* ASCII CP or SB char */
407 /*********************************************************************
408 * _mbctoupper(MSVCRT.@)
410 unsigned int CDECL
_mbctoupper(unsigned int c
)
414 FIXME("Handle MBC chars\n");
417 return toupper(c
); /* ASCII CP or SB char */
420 /*********************************************************************
421 * _mbctombb (MSVCRT.@)
423 unsigned int CDECL
_mbctombb(unsigned int c
)
427 if(get_mbcinfo()->mbcodepage
== 932)
429 if(c
>= 0x829f && c
<= 0x82f1) /* Hiragana */
430 return mbctombb_932_kana
[c
- 0x829f];
431 if(c
>= 0x8340 && c
<= 0x8396 && c
!= 0x837f) /* Katakana */
432 return mbctombb_932_kana
[c
- 0x8340 - (c
>= 0x837f ? 1 : 0)];
433 if(c
>= 0x8140 && c
<= 0x8197) /* Punctuation */
435 value
= mbctombb_932_punct
[c
- 0x8140];
436 return value
? value
: c
;
438 if((c
>= 0x824f && c
<= 0x8258) || /* Fullwidth digits */
439 (c
>= 0x8260 && c
<= 0x8279)) /* Fullwidth capitals letters */
441 if(c
>= 0x8281 && c
<= 0x829a) /* Fullwidth small letters */
443 /* all other cases return c */
448 /*********************************************************************
449 * _mbcjistojms(MSVCRT.@)
451 * Converts a jis character to sjis.
452 * Based on description from
453 * http://www.slayers.ne.jp/~oouchi/code/jistosjis.html
455 unsigned int CDECL
_mbcjistojms(unsigned int c
)
457 /* Conversion takes place only when codepage is 932.
458 In all other cases, c is returned unchanged */
459 if(get_mbcinfo()->mbcodepage
== 932)
461 if(HIBYTE(c
) >= 0x21 && HIBYTE(c
) <= 0x7e &&
462 LOBYTE(c
) >= 0x21 && LOBYTE(c
) <= 0x7e)
469 if(LOBYTE(c
) >= 0x7F)
472 c
= (((HIBYTE(c
) - 0x21)/2 + 0x81) << 8) | LOBYTE(c
);
478 return 0; /* Codepage is 932, but c can't be converted */
484 /*********************************************************************
485 * _mbcjmstojis(MSVCRT.@)
487 * Converts a sjis character to jis.
489 unsigned int CDECL
_mbcjmstojis(unsigned int c
)
491 /* Conversion takes place only when codepage is 932.
492 In all other cases, c is returned unchanged */
493 if(get_mbcinfo()->mbcodepage
== 932)
495 if(_ismbclegal(c
) && HIBYTE(c
) < 0xf0)
497 if(HIBYTE(c
) >= 0xe0)
500 c
= (((HIBYTE(c
) - 0x81)*2 + 0x21) << 8) | LOBYTE(c
);
511 return 0; /* Codepage is 932, but c can't be converted */
517 /*********************************************************************
520 unsigned char* CDECL
_mbsdec(const unsigned char* start
, const unsigned char* cur
)
522 if(get_mbcinfo()->ismbcodepage
)
523 return (unsigned char *)(_ismbstrail(start
,cur
-1) ? cur
- 2 : cur
-1);
525 return (unsigned char *)cur
- 1; /* ASCII CP or SB char */
528 /*********************************************************************
531 unsigned int CDECL
_mbclen(const unsigned char* str
)
533 return _ismbblead(*str
) ? 2 : 1;
536 /*********************************************************************
539 unsigned char* CDECL
_mbsinc(const unsigned char* str
)
541 return (unsigned char *)(str
+ _mbclen(str
));
544 /*********************************************************************
547 unsigned char* CDECL
_mbsninc(const unsigned char* str
, MSVCRT_size_t num
)
552 while (num
> 0 && *str
)
554 if (_ismbblead(*str
))
564 return (unsigned char*)str
;
567 /*********************************************************************
570 MSVCRT_size_t CDECL
_mbslen(const unsigned char* str
)
572 MSVCRT_size_t len
= 0;
575 if (_ismbblead(*str
))
578 if (!*str
) /* count only full chars */
587 /*********************************************************************
590 void CDECL
_mbccpy(unsigned char* dest
, const unsigned char* src
)
594 *++dest
= *++src
; /* MB char */
597 /*********************************************************************
600 * The parameter n is the number or characters to copy, not the size of
601 * the buffer. Use _mbsnbcpy for a function analogical to strncpy
603 unsigned char* CDECL
_mbsncpy(unsigned char* dst
, const unsigned char* src
, MSVCRT_size_t n
)
605 unsigned char* ret
= dst
;
608 if (get_mbcinfo()->ismbcodepage
)
613 if (_ismbblead(*src
))
633 if (!(*dst
++ = *src
++)) break;
636 while (n
--) *dst
++ = 0;
640 /*********************************************************************
641 * _mbsnbcpy_s_l(MSVCRT.@)
643 * Unlike _mbsnbcpy this function does not pad the rest of the dest
646 int CDECL
_mbsnbcpy_s_l(unsigned char* dst
, MSVCRT_size_t size
,
647 const unsigned char* src
, MSVCRT_size_t n
, MSVCRT__locale_t locale
)
649 MSVCRT_size_t pos
= 0;
651 if(!dst
|| size
== 0)
652 return MSVCRT_EINVAL
;
656 return MSVCRT_EINVAL
;
661 if((locale
? locale
->mbcinfo
: get_mbcinfo())->ismbcodepage
)
669 return MSVCRT_ERANGE
;
671 is_lead
= (!is_lead
&& _ismbblead(*src
));
676 if (is_lead
) /* if string ends with a lead, remove it */
687 return MSVCRT_ERANGE
;
700 return MSVCRT_ERANGE
;
706 /*********************************************************************
707 * _mbsnbcpy_s(MSVCRT.@)
709 int CDECL
_mbsnbcpy_s(unsigned char* dst
, MSVCRT_size_t size
, const unsigned char* src
, MSVCRT_size_t n
)
711 return _mbsnbcpy_s_l(dst
, size
, src
, n
, NULL
);
714 /*********************************************************************
715 * _mbscpy_s_l(MSVCRT.@)
717 int CDECL
_mbscpy_s_l(unsigned char *dst
, MSVCRT_size_t size
,
718 const unsigned char *src
, MSVCRT__locale_t locale
)
720 return _mbsnbcpy_s_l(dst
, size
, src
, -1, locale
);
723 /*********************************************************************
724 * _mbscpy_s(MSVCRT.@)
726 int CDECL
_mbscpy_s(unsigned char *dst
, MSVCRT_size_t size
, const unsigned char *src
)
728 return _mbscpy_s_l(dst
, size
, src
, NULL
);
731 /*********************************************************************
732 * _mbsnbcpy(MSVCRT.@)
734 * Like strncpy this function doesn't enforce the string to be
737 unsigned char* CDECL
_mbsnbcpy(unsigned char* dst
, const unsigned char* src
, MSVCRT_size_t n
)
739 unsigned char* ret
= dst
;
742 if(get_mbcinfo()->ismbcodepage
)
747 is_lead
= (!is_lead
&& _ismbblead(*src
));
752 if (is_lead
) /* if string ends with a lead, remove it */
760 if (!(*dst
++ = *src
++)) break;
763 while (n
--) *dst
++ = 0;
767 /*********************************************************************
770 int CDECL
_mbscmp(const unsigned char* str
, const unsigned char* cmp
)
772 if(get_mbcinfo()->ismbcodepage
)
774 unsigned int strc
, cmpc
;
777 return *cmp
? -1 : 0;
780 strc
= _mbsnextc(str
);
781 cmpc
= _mbsnextc(cmp
);
783 return strc
< cmpc
? -1 : 1;
784 str
+=(strc
> 255) ? 2 : 1;
785 cmp
+=(strc
> 255) ? 2 : 1; /* equal, use same increment */
788 return u_strcmp(str
, cmp
); /* ASCII CP */
791 /*********************************************************************
792 * _mbsnbicoll_l(MSVCRT.@)
794 int CDECL
_mbsnbicoll_l(const unsigned char *str1
, const unsigned char *str2
, MSVCRT_size_t len
, MSVCRT__locale_t locale
)
796 MSVCRT_pthreadmbcinfo mbcinfo
;
799 mbcinfo
= get_mbcinfo();
801 mbcinfo
= locale
->mbcinfo
;
803 if(!mbcinfo
->ismbcodepage
)
804 return MSVCRT__strnicoll_l((const char*)str1
, (const char*)str2
, len
, locale
);
805 return CompareStringA(mbcinfo
->mblcid
, NORM_IGNORECASE
, (const char*)str1
, len
, (const char*)str2
, len
)-CSTR_EQUAL
;
808 /*********************************************************************
809 * _mbsicoll_l(MSVCRT.@)
811 int CDECL
_mbsicoll_l(const unsigned char *str1
, const unsigned char *str2
, MSVCRT__locale_t locale
)
813 return _mbsnbicoll_l(str1
, str2
, -1, locale
);
816 /*********************************************************************
817 * _mbsnbicoll(MSVCRT.@)
819 int CDECL
_mbsnbicoll(const unsigned char *str1
, const unsigned char *str2
, MSVCRT_size_t len
)
821 return _mbsnbicoll_l(str1
, str2
, len
, NULL
);
824 /*********************************************************************
825 * _mbsicoll(MSVCRT.@)
827 int CDECL
_mbsicoll(const unsigned char* str
, const unsigned char* cmp
)
829 return _mbsnbicoll_l(str
, cmp
, -1, NULL
);
832 /*********************************************************************
833 * _mbsnbcoll_l(MSVCRT.@)
835 int CDECL
_mbsnbcoll_l(const unsigned char *str1
, const unsigned char *str2
, MSVCRT_size_t len
, MSVCRT__locale_t locale
)
837 MSVCRT_pthreadmbcinfo mbcinfo
;
840 mbcinfo
= get_mbcinfo();
842 mbcinfo
= locale
->mbcinfo
;
844 if(!mbcinfo
->ismbcodepage
)
845 return MSVCRT__strncoll_l((const char*)str1
, (const char*)str2
, len
, locale
);
846 return CompareStringA(mbcinfo
->mblcid
, 0, (const char*)str1
, len
, (const char*)str2
, len
)-CSTR_EQUAL
;
849 /*********************************************************************
850 * _mbscoll_l(MSVCRT.@)
852 int CDECL
_mbscoll_l(const unsigned char *str1
, const unsigned char *str2
, MSVCRT__locale_t locale
)
854 return _mbsnbcoll_l(str1
, str2
, -1, locale
);
857 /*********************************************************************
858 * _mbsnbcoll(MSVCRT.@)
860 int CDECL
_mbsnbcoll(const unsigned char *str1
, const unsigned char *str2
, MSVCRT_size_t len
)
862 return _mbsnbcoll_l(str1
, str2
, len
, NULL
);
865 /*********************************************************************
868 int CDECL
_mbscoll(const unsigned char* str
, const unsigned char* cmp
)
870 return _mbsnbcoll_l(str
, cmp
, -1, NULL
);
873 /*********************************************************************
876 int CDECL
_mbsicmp(const unsigned char* str
, const unsigned char* cmp
)
878 if(get_mbcinfo()->ismbcodepage
)
880 unsigned int strc
, cmpc
;
883 return *cmp
? -1 : 0;
886 strc
= _mbctolower(_mbsnextc(str
));
887 cmpc
= _mbctolower(_mbsnextc(cmp
));
889 return strc
< cmpc
? -1 : 1;
890 str
+=(strc
> 255) ? 2 : 1;
891 cmp
+=(strc
> 255) ? 2 : 1; /* equal, use same increment */
894 return u_strcasecmp(str
, cmp
); /* ASCII CP */
897 /*********************************************************************
900 int CDECL
_mbsncmp(const unsigned char* str
, const unsigned char* cmp
, MSVCRT_size_t len
)
905 if(get_mbcinfo()->ismbcodepage
)
907 unsigned int strc
, cmpc
;
912 return *cmp
? -1 : 0;
915 strc
= _mbsnextc(str
);
916 cmpc
= _mbsnextc(cmp
);
918 return strc
< cmpc
? -1 : 1;
919 inc
=(strc
> 255) ? 2 : 1; /* Equal, use same increment */
923 return 0; /* Matched len chars */
925 return u_strncmp(str
, cmp
, len
); /* ASCII CP */
928 /*********************************************************************
929 * _mbsnbcmp(MSVCRT.@)
931 int CDECL
_mbsnbcmp(const unsigned char* str
, const unsigned char* cmp
, MSVCRT_size_t len
)
935 if(get_mbcinfo()->ismbcodepage
)
937 unsigned int strc
, cmpc
;
942 return *cmp
? -1 : 0;
945 if (_ismbblead(*str
))
947 strc
=(len
>=2)?_mbsnextc(str
):0;
955 if (_ismbblead(*cmp
))
956 cmpc
=(len
>=2)?_mbsnextc(cmp
):0;
960 return strc
< cmpc
? -1 : 1;
965 return 0; /* Matched len chars */
967 return u_strncmp(str
,cmp
,len
);
970 /*********************************************************************
971 * _mbsnicmp(MSVCRT.@)
973 * Compare two multibyte strings case insensitively to 'len' characters.
975 int CDECL
_mbsnicmp(const unsigned char* str
, const unsigned char* cmp
, MSVCRT_size_t len
)
977 /* FIXME: No tolower() for mb strings yet */
978 if(get_mbcinfo()->ismbcodepage
)
980 unsigned int strc
, cmpc
;
984 return *cmp
? -1 : 0;
987 strc
= _mbctolower(_mbsnextc(str
));
988 cmpc
= _mbctolower(_mbsnextc(cmp
));
990 return strc
< cmpc
? -1 : 1;
991 str
+=(strc
> 255) ? 2 : 1;
992 cmp
+=(strc
> 255) ? 2 : 1; /* Equal, use same increment */
994 return 0; /* Matched len chars */
996 return u_strncasecmp(str
, cmp
, len
); /* ASCII CP */
999 /*********************************************************************
1000 * _mbsnbicmp(MSVCRT.@)
1002 int CDECL
_mbsnbicmp(const unsigned char* str
, const unsigned char* cmp
, MSVCRT_size_t len
)
1006 if(get_mbcinfo()->ismbcodepage
)
1008 unsigned int strc
, cmpc
;
1013 return *cmp
? -1 : 0;
1016 if (_ismbblead(*str
))
1018 strc
=(len
>=2)?_mbsnextc(str
):0;
1026 if (_ismbblead(*cmp
))
1027 cmpc
=(len
>=2)?_mbsnextc(cmp
):0;
1030 strc
= _mbctolower(strc
);
1031 cmpc
= _mbctolower(cmpc
);
1033 return strc
< cmpc
? -1 : 1;
1038 return 0; /* Matched len bytes */
1040 return u_strncasecmp(str
,cmp
,len
);
1043 /*********************************************************************
1044 * _mbscat (MSVCRT.@)
1046 unsigned char * CDECL
_mbscat( unsigned char *dst
, const unsigned char *src
)
1048 strcat( (char *)dst
, (const char *)src
);
1052 /*********************************************************************
1053 * _mbscpy (MSVCRT.@)
1055 unsigned char* CDECL
_mbscpy( unsigned char *dst
, const unsigned char *src
)
1057 strcpy( (char *)dst
, (const char *)src
);
1061 /*********************************************************************
1062 * _mbsstr (MSVCRT.@)
1064 unsigned char * CDECL
_mbsstr(const unsigned char *haystack
, const unsigned char *needle
)
1066 return (unsigned char *)strstr( (const char *)haystack
, (const char *)needle
);
1069 /*********************************************************************
1072 * Find a multibyte character in a multibyte string.
1074 unsigned char* CDECL
_mbschr(const unsigned char* s
, unsigned int x
)
1076 if(get_mbcinfo()->ismbcodepage
)
1083 return (unsigned char*)s
;
1086 s
+= c
> 255 ? 2 : 1;
1089 return u_strchr(s
, x
); /* ASCII CP */
1092 /*********************************************************************
1093 * _mbsrchr(MSVCRT.@)
1095 unsigned char* CDECL
_mbsrchr(const unsigned char* s
, unsigned int x
)
1097 if(get_mbcinfo()->ismbcodepage
)
1100 unsigned char* match
=NULL
;
1106 match
=(unsigned char*)s
;
1109 s
+=(c
> 255) ? 2 : 1;
1112 return u_strrchr(s
, x
);
1115 /*********************************************************************
1116 * _mbstok_s_l(MSVCRT.@)
1118 unsigned char* CDECL
_mbstok_s_l(unsigned char *str
, const unsigned char *delim
,
1119 unsigned char **ctx
, MSVCRT__locale_t locale
)
1121 MSVCRT_pthreadmbcinfo mbcinfo
;
1124 if(!MSVCRT_CHECK_PMT(delim
!= NULL
)) return NULL
;
1125 if(!MSVCRT_CHECK_PMT(ctx
!= NULL
)) return NULL
;
1126 if(!MSVCRT_CHECK_PMT(str
|| *ctx
)) return NULL
;
1129 mbcinfo
= locale
->mbcinfo
;
1131 mbcinfo
= get_mbcinfo();
1133 if(!mbcinfo
->ismbcodepage
)
1134 return (unsigned char*)MSVCRT_strtok_s((char*)str
, (const char*)delim
, (char**)ctx
);
1139 while((c
=_mbsnextc(str
)) && _mbschr(delim
, c
))
1140 str
+= c
>255 ? 2 : 1;
1144 *ctx
= str
+ (c
>255 ? 2 : 1);
1145 while((c
=_mbsnextc(*ctx
)) && !_mbschr(delim
, c
))
1146 *ctx
+= c
>255 ? 2 : 1;
1157 /*********************************************************************
1158 * _mbstok_s(MSVCRT.@)
1160 unsigned char* CDECL
_mbstok_s(unsigned char *str
,
1161 const unsigned char *delim
, unsigned char **ctx
)
1163 return _mbstok_s_l(str
, delim
, ctx
, NULL
);
1166 /*********************************************************************
1167 * _mbstok_l(MSVCRT.@)
1169 unsigned char* CDECL
_mbstok_l(unsigned char *str
,
1170 const unsigned char *delim
, MSVCRT__locale_t locale
)
1172 return _mbstok_s_l(str
, delim
, &msvcrt_get_thread_data()->mbstok_next
, locale
);
1175 /*********************************************************************
1178 unsigned char* CDECL
_mbstok(unsigned char *str
, const unsigned char *delim
)
1180 thread_data_t
*data
= msvcrt_get_thread_data();
1183 if(!str
&& !data
->mbstok_next
)
1187 return _mbstok_s_l(str
, delim
, &data
->mbstok_next
, NULL
);
1190 /*********************************************************************
1191 * _mbbtombc(MSVCRT.@)
1193 unsigned int CDECL
_mbbtombc(unsigned int c
)
1195 if(get_mbcinfo()->mbcodepage
== 932)
1197 if(c
>= 0x20 && c
<= 0x7e) {
1198 if((c
>= 0x41 && c
<= 0x5a) || (c
>= 0x61 && c
<= 0x7a) || (c
>= 0x30 && c
<= 0x39))
1199 return mbbtombc_932
[c
- 0x20] | 0x8200;
1201 return mbbtombc_932
[c
- 0x20] | 0x8100;
1203 else if(c
>= 0xa1 && c
<= 0xdf) {
1204 if(c
>= 0xa6 && c
<= 0xdd && c
!= 0xb0)
1205 return mbbtombc_932
[c
- 0xa1 + 0x5f] | 0x8300;
1207 return mbbtombc_932
[c
- 0xa1 + 0x5f] | 0x8100;
1210 return c
; /* not Japanese or no MB char */
1213 /*********************************************************************
1214 * _mbbtype(MSVCRT.@)
1216 int CDECL
_mbbtype(unsigned char c
, int type
)
1220 if ((c
>= 0x20 && c
<= 0x7e) || (c
>= 0xa1 && c
<= 0xdf))
1222 else if ((c
>= 0x40 && c
<= 0x7e) || (c
>= 0x80 && c
<= 0xfc))
1225 return _MBC_ILLEGAL
;
1229 if ((c
>= 0x20 && c
<= 0x7e) || (c
>= 0xa1 && c
<= 0xdf))
1231 else if ((c
>= 0x81 && c
<= 0x9f) || (c
>= 0xe0 && c
<= 0xfc))
1234 return _MBC_ILLEGAL
;
1238 /*********************************************************************
1239 * _ismbbkana(MSVCRT.@)
1241 int CDECL
_ismbbkana(unsigned int c
)
1243 /* FIXME: use lc_ctype when supported, not lc_all */
1244 if(get_mbcinfo()->mbcodepage
== 932)
1246 /* Japanese/Katakana, CP 932 */
1247 return (c
>= 0xa1 && c
<= 0xdf);
1252 /*********************************************************************
1253 * _ismbcdigit(MSVCRT.@)
1255 int CDECL
_ismbcdigit(unsigned int ch
)
1257 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1258 return (get_char_typeW( wch
) & C1_DIGIT
);
1261 /*********************************************************************
1262 * _ismbcgraph(MSVCRT.@)
1264 int CDECL
_ismbcgraph(unsigned int ch
)
1266 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1267 return (get_char_typeW( wch
) & (C1_UPPER
| C1_LOWER
| C1_DIGIT
| C1_PUNCT
| C1_ALPHA
));
1270 /*********************************************************************
1271 * _ismbcalpha (MSVCRT.@)
1273 int CDECL
_ismbcalpha(unsigned int ch
)
1275 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1276 return (get_char_typeW( wch
) & C1_ALPHA
);
1279 /*********************************************************************
1280 * _ismbclower (MSVCRT.@)
1282 int CDECL
_ismbclower(unsigned int ch
)
1284 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1285 return (get_char_typeW( wch
) & C1_UPPER
);
1288 /*********************************************************************
1289 * _ismbcupper (MSVCRT.@)
1291 int CDECL
_ismbcupper(unsigned int ch
)
1293 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1294 return (get_char_typeW( wch
) & C1_LOWER
);
1297 /*********************************************************************
1298 * _ismbcsymbol(MSVCRT.@)
1300 int CDECL
_ismbcsymbol(unsigned int ch
)
1302 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1304 if (!GetStringTypeW(CT_CTYPE3
, &wch
, 1, &ctype
))
1306 WARN("GetStringTypeW failed on %x\n", ch
);
1309 return ((ctype
& C3_SYMBOL
) != 0);
1312 /*********************************************************************
1313 * _ismbcalnum (MSVCRT.@)
1315 int CDECL
_ismbcalnum(unsigned int ch
)
1317 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1318 return (get_char_typeW( wch
) & (C1_ALPHA
| C1_DIGIT
));
1321 /*********************************************************************
1322 * _ismbcspace (MSVCRT.@)
1324 int CDECL
_ismbcspace(unsigned int ch
)
1326 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1327 return (get_char_typeW( wch
) & C1_SPACE
);
1330 /*********************************************************************
1331 * _ismbcprint (MSVCRT.@)
1333 int CDECL
_ismbcprint(unsigned int ch
)
1335 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1336 return (get_char_typeW( wch
) & (C1_UPPER
| C1_LOWER
| C1_DIGIT
| C1_PUNCT
| C1_ALPHA
| C1_SPACE
));
1339 /*********************************************************************
1340 * _ismbcpunct(MSVCRT.@)
1342 int CDECL
_ismbcpunct(unsigned int ch
)
1344 MSVCRT_wchar_t wch
= msvcrt_mbc_to_wc( ch
);
1345 return (get_char_typeW( wch
) & C1_PUNCT
);
1348 /*********************************************************************
1349 * _ismbchira(MSVCRT.@)
1351 int CDECL
_ismbchira(unsigned int c
)
1353 /* FIXME: use lc_ctype when supported, not lc_all */
1354 if(get_mbcinfo()->mbcodepage
== 932)
1356 /* Japanese/Hiragana, CP 932 */
1357 return (c
>= 0x829f && c
<= 0x82f1);
1362 /*********************************************************************
1363 * _ismbckata(MSVCRT.@)
1365 int CDECL
_ismbckata(unsigned int c
)
1367 /* FIXME: use lc_ctype when supported, not lc_all */
1368 if(get_mbcinfo()->mbcodepage
== 932)
1371 return _ismbbkana(c
);
1372 /* Japanese/Katakana, CP 932 */
1373 return (c
>= 0x8340 && c
<= 0x8396 && c
!= 0x837f);
1378 /*********************************************************************
1379 * _ismbblead(MSVCRT.@)
1381 int CDECL
_ismbblead(unsigned int c
)
1383 return (get_mbcinfo()->mbctype
[(c
&0xff) + 1] & _M1
) != 0;
1387 /*********************************************************************
1388 * _ismbbtrail(MSVCRT.@)
1390 int CDECL
_ismbbtrail(unsigned int c
)
1392 return (get_mbcinfo()->mbctype
[(c
&0xff) + 1] & _M2
) != 0;
1395 /*********************************************************************
1396 * _ismbclegal(MSVCRT.@)
1398 int CDECL
_ismbclegal(unsigned int c
)
1400 return _ismbblead(HIBYTE(c
)) && _ismbbtrail(LOBYTE(c
));
1403 /*********************************************************************
1404 * _ismbslead(MSVCRT.@)
1406 int CDECL
_ismbslead(const unsigned char* start
, const unsigned char* str
)
1410 if(!get_mbcinfo()->ismbcodepage
)
1413 /* Lead bytes can also be trail bytes so we need to analyse the string
1415 while (start
<= str
)
1419 lead
= !lead
&& _ismbblead(*start
);
1423 return lead
? -1 : 0;
1426 /*********************************************************************
1427 * _ismbstrail(MSVCRT.@)
1429 int CDECL
_ismbstrail(const unsigned char* start
, const unsigned char* str
)
1431 /* Note: this function doesn't check _ismbbtrail */
1432 if ((str
> start
) && _ismbslead(start
, str
-1))
1438 /*********************************************************************
1439 * _mbsbtype (MSVCRT.@)
1441 int CDECL
_mbsbtype(const unsigned char *str
, MSVCRT_size_t count
)
1444 const unsigned char *end
= str
+ count
;
1446 /* Lead bytes can also be trail bytes so we need to analyse the string.
1447 * Also we must return _MBC_ILLEGAL for chars past the end of the string
1449 while (str
< end
) /* Note: we skip the last byte - will check after the loop */
1452 return _MBC_ILLEGAL
;
1453 lead
= get_mbcinfo()->ismbcodepage
&& !lead
&& _ismbblead(*str
);
1458 if (_ismbbtrail(*str
))
1461 return _MBC_ILLEGAL
;
1463 if (_ismbblead(*str
))
1469 /*********************************************************************
1472 unsigned char* CDECL
_mbsset(unsigned char* str
, unsigned int c
)
1474 unsigned char* ret
= str
;
1476 if(!get_mbcinfo()->ismbcodepage
|| c
< 256)
1477 return u__strset(str
, c
); /* ASCII CP or SB char */
1479 c
&= 0xffff; /* Strip high bits */
1481 while(str
[0] && str
[1])
1487 str
[0] = '\0'; /* FIXME: OK to shorten? */
1492 /*********************************************************************
1493 * _mbsnbset(MSVCRT.@)
1495 unsigned char* CDECL
_mbsnbset(unsigned char *str
, unsigned int c
, MSVCRT_size_t len
)
1497 unsigned char *ret
= str
;
1502 if(!get_mbcinfo()->ismbcodepage
|| c
< 256)
1503 return u__strnset(str
, c
, len
); /* ASCII CP or SB char */
1505 c
&= 0xffff; /* Strip high bits */
1507 while(str
[0] && str
[1] && (len
> 1))
1515 /* as per msdn pad with a blank character */
1522 /*********************************************************************
1523 * _mbsnset(MSVCRT.@)
1525 unsigned char* CDECL
_mbsnset(unsigned char* str
, unsigned int c
, MSVCRT_size_t len
)
1527 unsigned char *ret
= str
;
1532 if(!get_mbcinfo()->ismbcodepage
|| c
< 256)
1533 return u__strnset(str
, c
, len
); /* ASCII CP or SB char */
1535 c
&= 0xffff; /* Strip high bits */
1537 while(str
[0] && str
[1] && len
--)
1543 str
[0] = '\0'; /* FIXME: OK to shorten? */
1548 /*********************************************************************
1549 * _mbsnccnt(MSVCRT.@)
1550 * 'c' is for 'character'.
1552 MSVCRT_size_t CDECL
_mbsnccnt(const unsigned char* str
, MSVCRT_size_t len
)
1555 if(get_mbcinfo()->ismbcodepage
)
1558 while(*str
&& len
-- > 0)
1560 if(_ismbblead(*str
))
1573 return min(ret
, len
); /* ASCII CP */
1576 /*********************************************************************
1577 * _mbsnbcnt(MSVCRT.@)
1578 * 'b' is for byte count.
1580 MSVCRT_size_t CDECL
_mbsnbcnt(const unsigned char* str
, MSVCRT_size_t len
)
1583 if(get_mbcinfo()->ismbcodepage
)
1585 const unsigned char* xstr
= str
;
1586 while(*xstr
&& len
-- > 0)
1588 if (_ismbblead(*xstr
++))
1594 return min(ret
, len
); /* ASCII CP */
1597 /*********************************************************************
1598 * _mbsnbcat(MSVCRT.@)
1600 unsigned char* CDECL
_mbsnbcat(unsigned char* dst
, const unsigned char* src
, MSVCRT_size_t len
)
1602 if(get_mbcinfo()->ismbcodepage
)
1604 unsigned char *res
= dst
;
1606 if (_ismbblead(*dst
++)) {
1610 /* as per msdn overwrite the lead byte in front of '\0' */
1616 while (*src
&& len
--) *dst
++ = *src
++;
1620 return u_strncat(dst
, src
, len
); /* ASCII CP */
1623 int CDECL
_mbsnbcat_s(unsigned char *dst
, MSVCRT_size_t size
, const unsigned char *src
, MSVCRT_size_t len
)
1625 unsigned char *ptr
= dst
;
1628 if (!dst
&& !size
&& !src
&& !len
)
1631 if (!dst
|| !size
|| !src
)
1636 *MSVCRT__errno() = MSVCRT_EINVAL
;
1637 return MSVCRT_EINVAL
;
1640 /* Find the null terminator of the destination buffer. */
1641 while (size
&& *ptr
)
1647 *MSVCRT__errno() = MSVCRT_EINVAL
;
1648 return MSVCRT_EINVAL
;
1651 /* If necessary, check that the character preceding the null terminator is
1652 * a lead byte and move the pointer back by one for later overwrite. */
1653 if (ptr
!= dst
&& get_mbcinfo()->ismbcodepage
&& _ismbblead(*(ptr
- 1)))
1656 for (i
= 0; *src
&& i
< len
; i
++)
1664 *MSVCRT__errno() = MSVCRT_ERANGE
;
1665 return MSVCRT_ERANGE
;
1673 /*********************************************************************
1674 * _mbsncat(MSVCRT.@)
1676 unsigned char* CDECL
_mbsncat(unsigned char* dst
, const unsigned char* src
, MSVCRT_size_t len
)
1678 if(get_mbcinfo()->ismbcodepage
)
1680 unsigned char *res
= dst
;
1683 if (_ismbblead(*dst
++))
1686 while (*src
&& len
--)
1689 if(_ismbblead(*src
++))
1695 return u_strncat(dst
, src
, len
); /* ASCII CP */
1699 /*********************************************************************
1702 unsigned char* CDECL
_mbslwr(unsigned char* s
)
1704 unsigned char *ret
= s
;
1707 if (get_mbcinfo()->ismbcodepage
)
1712 c
= _mbctolower(_mbsnextc(s
));
1713 /* Note that I assume that the size of the character is unchanged */
1722 else for ( ; *s
; s
++) *s
= tolower(*s
);
1727 /*********************************************************************
1728 * _mbslwr_s(MSVCRT.@)
1730 int CDECL
_mbslwr_s(unsigned char* s
, MSVCRT_size_t len
)
1736 else if (!s
|| !len
)
1738 *MSVCRT__errno() = MSVCRT_EINVAL
;
1739 return MSVCRT_EINVAL
;
1741 if (get_mbcinfo()->ismbcodepage
)
1744 for ( ; *s
&& len
> 0; len
--)
1746 c
= _mbctolower(_mbsnextc(s
));
1747 /* Note that I assume that the size of the character is unchanged */
1756 else for ( ; *s
&& len
> 0; s
++, len
--) *s
= tolower(*s
);
1760 *MSVCRT__errno() = MSVCRT_EINVAL
;
1761 return MSVCRT_EINVAL
;
1767 /*********************************************************************
1770 unsigned char* CDECL
_mbsupr(unsigned char* s
)
1772 unsigned char *ret
= s
;
1775 if (get_mbcinfo()->ismbcodepage
)
1780 c
= _mbctoupper(_mbsnextc(s
));
1781 /* Note that I assume that the size of the character is unchanged */
1790 else for ( ; *s
; s
++) *s
= toupper(*s
);
1795 /*********************************************************************
1796 * _mbsupr_s(MSVCRT.@)
1798 int CDECL
_mbsupr_s(unsigned char* s
, MSVCRT_size_t len
)
1804 else if (!s
|| !len
)
1806 *MSVCRT__errno() = MSVCRT_EINVAL
;
1807 return MSVCRT_EINVAL
;
1809 if (get_mbcinfo()->ismbcodepage
)
1812 for ( ; *s
&& len
> 0; len
--)
1814 c
= _mbctoupper(_mbsnextc(s
));
1815 /* Note that I assume that the size of the character is unchanged */
1824 else for ( ; *s
&& len
> 0; s
++, len
--) *s
= toupper(*s
);
1828 *MSVCRT__errno() = MSVCRT_EINVAL
;
1829 return MSVCRT_EINVAL
;
1835 /*********************************************************************
1836 * _mbsspn (MSVCRT.@)
1838 MSVCRT_size_t CDECL
_mbsspn(const unsigned char* string
, const unsigned char* set
)
1840 const unsigned char *p
, *q
;
1842 for (p
= string
; *p
; p
++)
1846 for (q
= set
; *q
; q
++)
1850 if ((*p
== *q
) && (p
[1] == q
[1]))
1854 if (!q
[0] || !q
[1]) break;
1858 for (q
= set
; *q
; q
++)
1867 /*********************************************************************
1868 * _mbsspnp (MSVCRT.@)
1870 unsigned char* CDECL
_mbsspnp(const unsigned char* string
, const unsigned char* set
)
1872 const unsigned char *p
, *q
;
1874 for (p
= string
; *p
; p
++)
1878 for (q
= set
; *q
; q
++)
1882 if ((*p
== *q
) && (p
[1] == q
[1]))
1886 if (!q
[0] || !q
[1]) break;
1890 for (q
= set
; *q
; q
++)
1898 return (unsigned char *)p
;
1901 /*********************************************************************
1902 * _mbscspn(MSVCRT.@)
1904 MSVCRT_size_t CDECL
_mbscspn(const unsigned char* str
, const unsigned char* cmp
)
1906 if (get_mbcinfo()->ismbcodepage
)
1907 FIXME("don't handle double character case\n");
1908 return u_strcspn(str
, cmp
);
1911 /*********************************************************************
1912 * _mbsrev (MSVCRT.@)
1914 unsigned char* CDECL
_mbsrev(unsigned char* str
)
1916 int i
, len
= _mbslen(str
);
1917 unsigned char *p
, *temp
=MSVCRT_malloc(len
*2);
1922 /* unpack multibyte string to temp buffer */
1924 for(i
=0; i
<len
; i
++)
1938 /* repack it in the reverse order */
1940 for(i
=len
-1; i
>=0; i
--)
1942 if(_ismbblead(temp
[i
*2]))
1958 /*********************************************************************
1959 * _mbspbrk (MSVCRT.@)
1961 unsigned char* CDECL
_mbspbrk(const unsigned char* str
, const unsigned char* accept
)
1963 const unsigned char* p
;
1967 for(p
= accept
; *p
; p
+= (_ismbblead(*p
)?2:1) )
1970 if( !_ismbblead(*p
) || ( *(p
+1) == *(str
+1) ) )
1971 return (unsigned char*)str
;
1973 str
+= (_ismbblead(*str
)?2:1);
1980 * Functions depending on locale codepage
1983 /*********************************************************************
1986 * Unlike most of the multibyte string functions this function uses
1987 * the locale codepage, not the codepage set by _setmbcp
1989 int CDECL
MSVCRT_mblen(const char* str
, MSVCRT_size_t size
)
1991 if (str
&& *str
&& size
)
1993 if(get_locinfo()->mb_cur_max
== 1)
1994 return 1; /* ASCII CP */
1996 return !MSVCRT_isleadbyte((unsigned char)*str
) ? 1 : (size
>1 ? 2 : -1);
2001 /*********************************************************************
2004 MSVCRT_size_t CDECL
MSVCRT_mbrlen(const char *str
, MSVCRT_size_t len
, MSVCRT_mbstate_t
*state
)
2006 MSVCRT_mbstate_t s
= (state
? *state
: 0);
2009 if(!len
|| !str
|| !*str
)
2012 if(get_locinfo()->mb_cur_max
== 1) {
2014 }else if(!s
&& MSVCRT_isleadbyte((unsigned char)*str
)) {
2016 s
= (unsigned char)*str
;
2033 /*********************************************************************
2034 * _mbstrlen_l(MSVCRT.@)
2036 MSVCRT_size_t CDECL
_mbstrlen_l(const char* str
, MSVCRT__locale_t locale
)
2038 MSVCRT_pthreadlocinfo locinfo
;
2041 locinfo
= get_locinfo();
2043 locinfo
= locale
->locinfo
;
2045 if(locinfo
->mb_cur_max
> 1) {
2047 len
= MultiByteToWideChar(locinfo
->lc_codepage
, MB_ERR_INVALID_CHARS
,
2050 *MSVCRT__errno() = MSVCRT_EILSEQ
;
2059 /*********************************************************************
2060 * _mbstrlen(MSVCRT.@)
2062 MSVCRT_size_t CDECL
_mbstrlen(const char* str
)
2064 return _mbstrlen_l(str
, NULL
);
2067 /*********************************************************************
2068 * _mbtowc_l(MSVCRT.@)
2070 int CDECL
MSVCRT_mbtowc_l(MSVCRT_wchar_t
*dst
, const char* str
, MSVCRT_size_t n
, MSVCRT__locale_t locale
)
2072 MSVCRT_pthreadlocinfo locinfo
;
2073 MSVCRT_wchar_t tmpdst
= '\0';
2076 locinfo
= get_locinfo();
2078 locinfo
= locale
->locinfo
;
2082 if(!locinfo
->lc_codepage
)
2083 tmpdst
= (unsigned char)*str
;
2084 else if(!MultiByteToWideChar(locinfo
->lc_codepage
, 0, str
, n
, &tmpdst
, 1))
2088 /* return the number of bytes from src that have been used */
2091 if(n
>= 2 && MSVCRT__isleadbyte_l((unsigned char)*str
, locale
) && str
[1])
2096 /*********************************************************************
2099 int CDECL
MSVCRT_mbtowc(MSVCRT_wchar_t
*dst
, const char* str
, MSVCRT_size_t n
)
2101 return MSVCRT_mbtowc_l(dst
, str
, n
, NULL
);
2104 /*********************************************************************
2107 MSVCRT_size_t CDECL
MSVCRT_mbrtowc(MSVCRT_wchar_t
*dst
, const char *str
,
2108 MSVCRT_size_t n
, MSVCRT_mbstate_t
*state
)
2110 MSVCRT_pthreadlocinfo locinfo
= get_locinfo();
2111 MSVCRT_mbstate_t s
= (state
? *state
: 0);
2118 if(!n
|| !str
|| !*str
)
2121 if(locinfo
->mb_cur_max
== 1) {
2122 tmpstr
[len
++] = *str
;
2123 }else if(!s
&& MSVCRT_isleadbyte((unsigned char)*str
)) {
2125 s
= (unsigned char)*str
;
2133 tmpstr
[len
++] = *str
;
2142 if(!MultiByteToWideChar(locinfo
->lc_codepage
, 0, tmpstr
, len
, dst
, dst
? 1 : 0))
2151 /*********************************************************************
2152 * _mbstowcs_l(MSVCRT.@)
2154 MSVCRT_size_t CDECL
MSVCRT__mbstowcs_l(MSVCRT_wchar_t
*wcstr
, const char *mbstr
,
2155 MSVCRT_size_t count
, MSVCRT__locale_t locale
)
2157 MSVCRT_pthreadlocinfo locinfo
;
2158 MSVCRT_size_t i
, size
;
2161 *MSVCRT__errno() = MSVCRT_EINVAL
;
2166 locinfo
= get_locinfo();
2168 locinfo
= locale
->locinfo
;
2170 /* Ignore count parameter */
2172 return MultiByteToWideChar(locinfo
->lc_codepage
, 0, mbstr
, -1, NULL
, 0)-1;
2174 for(i
=0, size
=0; i
<count
; i
++) {
2175 if(mbstr
[size
] == '\0')
2178 size
+= (MSVCRT__isleadbyte_l((unsigned char)mbstr
[size
], locale
) ? 2 : 1);
2181 size
= MultiByteToWideChar(locinfo
->lc_codepage
, 0,
2182 mbstr
, size
, wcstr
, count
);
2184 if(size
<count
&& wcstr
)
2190 /*********************************************************************
2191 * mbstowcs(MSVCRT.@)
2193 MSVCRT_size_t CDECL
MSVCRT_mbstowcs(MSVCRT_wchar_t
*wcstr
,
2194 const char *mbstr
, MSVCRT_size_t count
)
2196 return MSVCRT__mbstowcs_l(wcstr
, mbstr
, count
, NULL
);
2199 /*********************************************************************
2200 * _mbstowcs_s_l(MSVCRT.@)
2202 int CDECL
MSVCRT__mbstowcs_s_l(MSVCRT_size_t
*ret
, MSVCRT_wchar_t
*wcstr
,
2203 MSVCRT_size_t size
, const char *mbstr
,
2204 MSVCRT_size_t count
, MSVCRT__locale_t locale
)
2208 if(!wcstr
&& !size
) {
2209 conv
= MSVCRT__mbstowcs_l(NULL
, mbstr
, 0, locale
);
2215 if (!MSVCRT_CHECK_PMT(wcstr
!= NULL
)) return MSVCRT_EINVAL
;
2216 if (!MSVCRT_CHECK_PMT(mbstr
!= NULL
)) {
2217 if(size
) wcstr
[0] = '\0';
2218 return MSVCRT_EINVAL
;
2221 if(count
==MSVCRT__TRUNCATE
|| size
<count
)
2226 conv
= MSVCRT__mbstowcs_l(wcstr
, mbstr
, conv
, locale
);
2228 wcstr
[conv
++] = '\0';
2229 else if(conv
==size
&& (count
==MSVCRT__TRUNCATE
|| wcstr
[conv
-1]=='\0'))
2230 wcstr
[conv
-1] = '\0';
2232 MSVCRT_INVALID_PMT("wcstr[size] is too small", MSVCRT_ERANGE
);
2235 return MSVCRT_ERANGE
;
2243 /*********************************************************************
2244 * mbstowcs_s(MSVCRT.@)
2246 int CDECL
MSVCRT__mbstowcs_s(MSVCRT_size_t
*ret
, MSVCRT_wchar_t
*wcstr
,
2247 MSVCRT_size_t size
, const char *mbstr
, MSVCRT_size_t count
)
2249 return MSVCRT__mbstowcs_s_l(ret
, wcstr
, size
, mbstr
, count
, NULL
);
2252 /*********************************************************************
2253 * mbsrtowcs(MSVCRT.@)
2255 MSVCRT_size_t CDECL
MSVCRT_mbsrtowcs(MSVCRT_wchar_t
*wcstr
,
2256 const char **pmbstr
, MSVCRT_size_t count
, MSVCRT_mbstate_t
*state
)
2258 MSVCRT_mbstate_t s
= (state
? *state
: 0);
2259 MSVCRT_wchar_t tmpdst
;
2260 MSVCRT_size_t ret
= 0;
2262 if(!MSVCRT_CHECK_PMT(pmbstr
!= NULL
))
2265 while(!wcstr
|| count
>ret
) {
2266 int ch_len
= MSVCRT_mbrtowc(&tmpdst
, *pmbstr
, 2, &s
);
2268 wcstr
[ret
] = tmpdst
;
2272 }else if(ch_len
== 0) {