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

/vbox/src/VBox/Runtime/common/string/
H A DRTUtf16CmpAscii.cpp42 unsigned char uch2 = *psz2++; Assert(uch2 < 0x80); local
43 if (wc1 != uch2)
44 return wc1 < uch2 ? -1 : 1;
45 if (!uch2)
H A DRTUtf16ICmpAscii.cpp43 unsigned char uch2 = *psz2++; Assert(uch2 < 0x80); local
44 if (wc1 != uch2)
48 if (RT_C_TO_LOWER(wc1) != RT_C_TO_LOWER(uch2))
49 return wc1 < uch2 ? -1 : 1;
51 if (!uch2)

Completed in 47 milliseconds