Searched defs:ce2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dsortkey.c171 unsigned int ce1, ce2; local
222 ce2 = collation_table[collation_table[*str2 >> 8] + (*str2 & 0xff)];
224 if (ce1 != (unsigned int)-1 && ce2 != (unsigned int)-1)
225 ret = (ce1 >> 16) - (ce2 >> 16);
242 unsigned int ce1, ce2; local
271 ce2 = collation_table[collation_table[*str2 >> 8] + (*str2 & 0xff)];
273 if (ce1 != (unsigned int)-1 && ce2 != (unsigned int)-1)
274 ret = ((ce1 >> 8) & 0xff) - ((ce2 >> 8) & 0xff);
291 unsigned int ce1, ce2; local
320 ce2
[all...]

Completed in 44 milliseconds