Searched refs:numChars (Results 1 - 25 of 38) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, local
21 if(numChars == 0)
24 resultString.ReleaseBuffer(numChars);
36 int numChars = WideCharToMultiByte(codePage, 0, srcString, local
40 if(numChars == 0)
43 resultString.ReleaseBuffer(numChars);
68 int numChars = mbstowcs(resultString.GetBuffer(srcString.Length()), srcString, srcString.Length() + 1);
69 if (numChars < 0) throw "Your environment does not support UNICODE";
70 resultString.ReleaseBuffer(numChars);
85 int numChars
[all...]
H A DMyString.cpp27 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0); local
28 if (numChars == 0 || numChars > kBufferSize)
30 s[numChars] = 0;
32 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
45 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0); local
46 if (numChars == 0 || numChars > kBufferSize)
48 s[numChars] = 0;
50 ::MultiByteToWideChar(CP_ACP, 0, s, numChars,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, local
21 if(numChars == 0)
24 resultString.ReleaseBuffer(numChars);
36 int numChars = WideCharToMultiByte(codePage, 0, srcString, local
40 if(numChars == 0)
43 resultString.ReleaseBuffer(numChars);
68 int numChars = mbstowcs(resultString.GetBuffer(srcString.Length()), srcString, srcString.Length() + 1);
69 if (numChars < 0) throw "Your environment does not support UNICODE";
70 resultString.ReleaseBuffer(numChars);
85 int numChars
[all...]
H A DMyString.cpp27 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0); local
28 if (numChars == 0 || numChars > kBufferSize)
30 s[numChars] = 0;
32 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
45 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0); local
46 if (numChars == 0 || numChars > kBufferSize)
48 s[numChars] = 0;
50 ::MultiByteToWideChar(CP_ACP, 0, s, numChars,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DStringConvert.cpp17 int numChars = MultiByteToWideChar(codePage, 0, srcString, local
21 if(numChars == 0)
24 resultString.ReleaseBuffer(numChars);
36 int numChars = WideCharToMultiByte(codePage, 0, srcString, local
40 if(numChars == 0)
43 resultString.ReleaseBuffer(numChars);
68 int numChars = mbstowcs(resultString.GetBuffer(srcString.Length()), srcString, srcString.Length() + 1);
69 if (numChars < 0) throw "Your environment does not support UNICODE";
70 resultString.ReleaseBuffer(numChars);
85 int numChars
[all...]
H A DMyString.cpp27 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0); local
28 if (numChars == 0 || numChars > kBufferSize)
30 s[numChars] = 0;
32 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
45 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0); local
46 if (numChars == 0 || numChars > kBufferSize)
48 s[numChars] = 0;
50 ::MultiByteToWideChar(CP_ACP, 0, s, numChars,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Di386-stub.c718 int numChars = 0; local
729 numChars++;
737 return (numChars);
H A Dm68k-stub.c791 int numChars = 0;
802 numChars++;
810 return (numChars);
790 int numChars = 0; local
H A Dsparc-stub.c526 int numChars = 0; local
538 numChars ++;
543 return (numChars);
H A Dsh-stub.c357 int numChars = 0; local
368 numChars++;
376 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Di386-stub.c718 int numChars = 0; local
729 numChars++;
737 return (numChars);
H A Dm68k-stub.c791 int numChars = 0;
802 numChars++;
810 return (numChars);
790 int numChars = 0; local
H A Dsparc-stub.c526 int numChars = 0; local
538 numChars ++;
543 return (numChars);
H A Dsh-stub.c357 int numChars = 0; local
368 numChars++;
376 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Di386-stub.c718 int numChars = 0; local
729 numChars++;
737 return (numChars);
H A Dm68k-stub.c791 int numChars = 0;
802 numChars++;
810 return (numChars);
790 int numChars = 0; local
H A Dsparc-stub.c526 int numChars = 0; local
538 numChars ++;
543 return (numChars);
H A Dsh-stub.c357 int numChars = 0; local
368 numChars++;
376 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1114 byteCount = handleCurrentLength + numChars + 1;
1118 SetHandleSize(theHandle,handleCurrentLength + numChars + 1);
1139 BlockMove(theChars,*theHandle + handleCurrentLength,numChars);
1141 (*theHandle)[handleCurrentLength + numChars] = '\0';
1145 *currentLength += numChars;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);

Completed in 259 milliseconds

12