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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.c270 CHAR16 CharP; local
274 CharP = *Pattern;
277 switch (CharP) {
326 CharP = *Pattern++;
327 while (CharP != 0) {
328 if (CharP == ']') {
332 if (CharP == '-') {
336 CharP = *Pattern;
337 if (CharP == 0 || CharP
[all...]

Completed in 50 milliseconds