Searched defs:ub (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | ccmap.c | 683 register unsigned char* ub; local 689 ub = (unsigned char*)b; 690 ue = ub + n; 692 while (ub < ue) 693 *ub++ = m[*ua++];
|
/ast/src/lib/libast/comp/ |
H A D | iconv.c | 269 LPWSTR ub; local 285 ub = 0; 338 ub = (LPWSTR)*fb; 342 else if (!(ub = (LPWSTR)malloc(un * sizeof(WCHAR)))) 344 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)ub, un))) 351 if (tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, un, *tb, *tn, 0, 0)) 365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un))) 368 if (!(tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, fz, *tb, 0, 0, 0))) 386 if (!(tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, fz, *tb, tz, 0, 0))) 395 if (ub ! [all...] |
Completed in 19 milliseconds