Lines Matching defs:String
329 IN CHAR16 *String,
342 return *String ? FALSE : TRUE;
346 while (*String) {
347 if (MetaMatch (String, Pattern)) {
350 String += 1;
352 return MetaMatch (String, Pattern);
356 if (!*String) {
359 String += 1;
364 c = *String;
398 String += 1;
402 c = *String;
407 String += 1;
417 IN CHAR16 *String,
421 return MetaMatch (String, Pattern);
427 IN CHAR16 *String,
432 return UnicodeInterface->MetaiMatch(UnicodeInterface, String, Pattern);
433 else return uefi_call_wrapper(UnicodeInterface->MetaiMatch, 3, UnicodeInterface, String, Pattern);