Searched refs:ch2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_utfconv.c334 u_int16_t ch2; local
337 ch2 = swapbytes ? OSSwapInt16(*ucsp) : *ucsp;
338 if (ch2 >= SP_LOW_FIRST && ch2 <= SP_LOW_LAST) {
340 + (ch2 - SP_LOW_FIRST) + SP_HALF_BASE;
1019 u_int16_t *ch1, *ch2; local
1027 ch2 = characters + 1;
1029 while (ch2 < end) {
1031 p2 = get_combining_class(*ch2);
1036 *ch1 = *ch2;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c870 u_char ch1,ch2; local
899 ch2 = str2->str[i2];
920 nbp_upshift(&ch2, 1);
922 if (ch1 != ch2) {

Completed in 26 milliseconds