Searched refs:unichars (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcintltst.h59 * @param unichars UChars (null terminated) to be converted
60 * @return new char* to the unichars in host format
63 U_CFUNC char *austrdup(const UChar* unichars);
68 * @param unichars UChars to be converted
70 * @return new char* to the unichars in host format
72 U_CFUNC char *aescstrdup(const UChar* unichars, int32_t length);
H A Dcintltst.c481 char *austrdup(const UChar* unichars) argument
486 length = u_strlen ( unichars );
493 u_austrcpy ( newString, unichars );
498 char *aescstrdup(const UChar* unichars,int32_t length){ argument
514 length = u_strlen( unichars);
520 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
H A Dusrchtst.c134 static char *toCharString(const UChar* unichars) argument
139 int length = u_strlen(unichars);
142 UChar ch = unichars[count];
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_lookup.c93 int msdosfs_unicode_to_dos_lookup(u_int16_t *unicode, size_t unichars, u_char shortname[SHORT_NAME_LEN]);
104 int msdosfs_unicode_to_dos_lookup(u_int16_t *unicode, size_t unichars, u_char shortname[SHORT_NAME_LEN]) argument
110 if (unichars > SHORT_NAME_LEN+1)
117 for (i=0; i<unichars && i<8; ++i)
144 if (i == unichars)
154 for (j=8; j < 11 && i < unichars; ++i, ++j)
170 if (i < unichars)
221 size_t unichars; /* number of UTF-16 characters in original name */ local
233 error = utf8_decodestr((uint8_t *)cnp->cn_nameptr, cnp->cn_namelen, ucfn, &unichars, sizeof(ucfn), 0, UTF_PRECOMPOSED|UTF_SFM_CONVERSIONS);
235 unichars /
703 size_t unichars; local
1231 size_t unichars; local
[all...]
H A Dmsdosfs_conv.c494 int unichars = 0; local
518 un[unichars++] = (dc < 0x80 || dc > 0x9F ? (u_int16_t)dc : dos2unicode[dc - 0x80]);
524 while (unichars > 0 && un[unichars-1]==' ')
526 -- unichars;
532 un[unichars++] = '.';
543 un[unichars++] = (dc < 0x80 || dc > 0x9F ? (u_int16_t)dc : dos2unicode[dc - 0x80]);
550 for (i=0; i<3 && un[unichars-1]==' '; ++i)
552 --unichars;
555 --unichars; /* Ye
1078 msdosfs_getunicodefn(struct winentry *wep, u_int16_t ucfn[WIN_MAXLEN], u_int16_t *unichars, int chksum) argument
[all...]
H A Ddirentry.h174 int msdosfs_getunicodefn(struct winentry *wep, u_int16_t ucfn[WIN_MAXLEN], u_int16_t *unichars, int chksum);
H A Dmsdosfs_vfsops.c1340 size_t unichars; local
1351 &unichars, sizeof(volName), 0, UTF_PRECOMPOSED);
1354 unichars /= 2; /* Bytes to characters */
1355 if (unichars > SHORT_NAME_LEN)
1373 for (i=0; i<unichars; ++i) {
1630 u_int16_t unichars; local
1706 unichars = i+1;
1709 error = utf8_encodestr(ucfn, unichars * 2,
H A Dmsdosfs_vnops.c2091 u_int16_t unichars = 0; local
2246 ucfn, &unichars, chksum);
2284 unichars = msdosfs_dos2unicodefn(dentp->deName, ucfn,
2289 (void) utf8_encodestr(ucfn, unichars * 2, (u_int8_t*)buf_name,

Completed in 159 milliseconds