HomeSort by relevance Sort by last modified time
    Searched full:dstlen (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/third_party/icu/source/test/perf/normperf/
normperf.h 28 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status);
257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
258 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status);
261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
262 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status);
265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);
268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);
272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status)
    [all...]
  /external/icu4c/test/perf/normperf/
normperf.h 28 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status);
257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
258 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status);
261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
262 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status);
265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);
268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) {
269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);
272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status)
    [all...]
  /external/chromium/third_party/icu/source/test/perf/convperf/
convperf.h 155 UINT dstLen;
162 dstLen = LENGTHOF(dest);
193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
207 UINT dstLen;
216 dstLen = LENGTHOF(dest);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
276 UINT dstLen;
311 dstLen = LENGTHOF(dst);
316 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen);
332 UINT dstLen;
    [all...]
  /external/icu4c/test/perf/convperf/
convperf.h 155 UINT dstLen;
162 dstLen = LENGTHOF(dest);
193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
207 UINT dstLen;
216 dstLen = LENGTHOF(dest);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
276 UINT dstLen;
311 dstLen = LENGTHOF(dst);
316 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen);
332 UINT dstLen;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 214 size_t srclen, dstlen; local
228 dstlen = *outbytesleft;
282 if ( dstlen < 2 ) {
287 dstlen -= 2;
292 if ( dstlen < 4 ) {
297 dstlen -= 4;
576 if ( dstlen < 1 ) {
585 --dstlen;
591 if ( dstlen < 1 ) {
600 --dstlen;
    [all...]
SDL_string.c 344 size_t dstlen = SDL_strlen(dst); local
346 if ( dstlen < maxlen ) {
347 SDL_strlcpy(dst+dstlen, src, maxlen-dstlen);
349 return dstlen+srclen;
    [all...]
  /bionic/libc/netbsd/nameser/
ns_ttl.c 55 ns_format_ttl(u_long src, char *dst, size_t dstlen) {
68 T(fmt1(weeks, 'W', &dst, &dstlen));
72 T(fmt1(days, 'D', &dst, &dstlen));
76 T(fmt1(hours, 'H', &dst, &dstlen));
80 T(fmt1(mins, 'M', &dst, &dstlen));
84 T(fmt1(secs, 'S', &dst, &dstlen));
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 229 int32 state, srclen, dstlen; local
236 dstlen = sizeof(destbuf);
237 convert_from_utf8(B_UNICODE_CONVERSION, buf, &srclen, (char *)destbuf, &dstlen, &state);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 89 int cramfs_uncompress_block(void *dst, int dstlen, void *src, int srclen);
  /system/core/run-as/
package.c 49 /* Copy 'srclen' string bytes from 'src' into buffer 'dst' of size 'dstlen'
51 * 'dstlen' is 0, even in case of overflow.
54 string_copy(char* dst, size_t dstlen, const char* src, size_t srclen)
57 const char* dstend = dst + dstlen;
59 if (dstlen == 0)
  /external/qemu/proxy/
proxy_common.c 462 char* dst, int dstlen )
468 while (src+3 <= srcend && result+4 <= dstlen)
481 if (result+4 > dstlen)
proxy_int.h 172 char* dst, int dstlen );
  /build/libs/host/
CopyFile.c 465 int srcLen, dstLen, nameLen;
479 dstLen = strlen(dst);
486 dstFile = malloc(dstLen +1 + nameLen +1);
487 memcpy(dstFile, dst, dstLen);
488 dstFile[dstLen] = FSSEP;
489 memcpy(dstFile + dstLen+1, ent->d_name, nameLen +1);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 559 int dstlen = 0; local
562 dst[dstlen++] = ch;
563 // System.err.print("i = " + i + ", d = " + dstlen + ", ch = [" + ch + "] ");
566 refStart = dstlen;
581 // System.err.print("got [" + new String(dst, refStart, dstlen-refStart-1) + "]");
582 int ent = lookupEntity(dst, refStart, dstlen - refStart - 1);
588 dstlen = refStart + 1;
592 dstlen = refStart;
602 return new String(dst, 0, dstlen);
    [all...]
  /bionic/libc/tzcode/
localtime.c 1003 size_t dstlen; local
1048 dstlen = name - dstname;
1053 dstlen = name - dstname; /* length of DST zone name */
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 916 size_t dstlen; local
960 dstlen = name - dstname;
965 dstlen = name - dstname; /* length of DST zone name */
1119 dstlen = 0;
1127 if (dstlen != 0)
1128 sp->charcnt += dstlen + 1;
1135 if (dstlen != 0) {
1136 (void) strncpy(cp, dstname, dstlen);
1137 *(cp + dstlen) = '\0';
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 916 size_t dstlen; local
960 dstlen = name - dstname;
965 dstlen = name - dstname; /* length of DST zone name */
1119 dstlen = 0;
1127 if (dstlen != 0)
1128 sp->charcnt += dstlen + 1;
1135 if (dstlen != 0) {
1136 (void) strncpy(cp, dstname, dstlen);
1137 *(cp + dstlen) = '\0';
    [all...]
  /system/core/libcutils/
tztime.c 936 size_t dstlen; local
981 dstlen = name - dstname;
986 dstlen = name - dstname; /* length of DST zone name */
1139 dstlen = 0;
1147 if (dstlen != 0)
1148 sp->charcnt += dstlen + 1;
1155 if (dstlen != 0) {
1156 (void) strncpy(cp, dstname, dstlen);
1157 *(cp + dstlen) = '\0';
    [all...]
  /external/qemu/
loader.c 403 static ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src,
443 s.avail_out = dstlen;
  /frameworks/base/libs/utils/
String16.cpp 216 char16_t* dst, const size_t dstLen)
219 const char16_t* const dstEnd = dst + dstLen;
  /prebuilt/sdk/tools/linux/
acp 
  /frameworks/base/cmds/installd/
commands.c 477 int dstlen; local
490 dstlen = srclen + strlen(DALVIK_CACHE_PREFIX) +
493 if (dstlen > PKG_PATH_MAX) {
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 23 unsigned char *dst, unsigned long *dstlen);
  /frameworks/base/include/utils/
String16.h 53 void utf8_to_utf16(const uint8_t *src, size_t srcLen, char16_t* dst, const size_t dstLen);
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1377 milliseconds

1 2