~ubuntu-branches/ubuntu/vivid/unrar-nonfree/vivid

« back to all changes in this revision

Viewing changes to unicode.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2015-02-03 12:58:01 UTC
  • mfrom: (1.1.18) (5.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20150203125801-od6ev8cqy1er51vz
Tags: 1:5.2.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
int wcsicomp(const wchar *s1,const wchar *s2);
17
17
int wcsnicomp(const wchar *s1,const wchar *s2,size_t n);
 
18
const wchar_t* wcscasestr(const wchar_t *str, const wchar_t *search);
 
19
#ifndef SFX_MODULE
18
20
wchar* wcslower(wchar *s);
19
21
wchar* wcsupper(wchar *s);
 
22
#endif
20
23
int toupperw(int ch);
21
24
int tolowerw(int ch);
22
 
uint atoiw(const wchar *s);
23
 
uint64 atoilw(const wchar *s);
 
25
int atoiw(const wchar *s);
 
26
int64 atoilw(const wchar *s);
24
27
 
25
28
#ifdef DBCS_SUPPORTED
26
29
class SupportDBCS