Skip to content

Instantly share code, notes, and snippets.

@mk-pmb
Created September 6, 2019 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mk-pmb/d33d907a6d57ca1fc095a603589aa917 to your computer and use it in GitHub Desktop.
Save mk-pmb/d33d907a6d57ca1fc095a603589aa917 to your computer and use it in GitHub Desktop.

chapter 2.6.3 Driver-Specific Elements @ p.52

  • […] digits 0–9, and the upper case versions of the characters A–F (0000–FFFF). The #### must […]

(^ page 56)

chapter 9.5.1 Design Discussion @ p.272

  • […] three characters must be alphabetic, either upper or lower case . The second four […]
  • […] characters are hexadecimal digits, either numeric, upper case or lower case . […]

(^ page 276)

chapter 9.5.2 Code Definitions @ p.288

  • […] FAT 8.3 file names are always stored as uppercase ASCII characters. LFN can either be stored as […]
  • […] ASCII or Unicode and are stored case sensitive . The string that was used to open or create the file is […]
  • […] unique is defined as a case insensitive match. The following are examples of names that are […]

(^ page 437)

  • […] Is used to perform case-insensitive comparisons of Unicode strings. […]
  • […] StriColl Performs a case-insensitive comparison of two Null-terminated […]
  • […] MetaiMatch Performs a case-insensitive comparison between a Null- […]
  • […] Unicode string to lowercase Unicode characters. See the […]
  • […] Unicode string to uppercase Unicode characters. See the […]

(^ page 492)

  • […] The EFI_UNICODE_COLLATION_PROTOCOL is used to perform case-insensitive comparisons […]
  • […] comparison needs to be performed in a case-insensitive manner. In addition, this protocol can be […]
  • […] used to sort files from a directory or to perform a case-insensitive file search. […]

(^ page 493)

  • […] Performs a case-insensitive comparison of two Null-terminated Unicode strings. […]
  • […] The StriColl() function performs a case-insensitive comparison of two Null-terminated […]
  • […] This function performs a case-insensitive comparison between the Unicode string s1 and the […]

(^ page 494)

  • […] Performs a case-insensitive comparison of a Null-terminated Unicode pattern string and a Null- […]
  • […] The MetaiMatch() function performs a case-insensitive comparison of a Null-terminated […]
  • […] String. The pattern check is a case-insensitive comparison using the rules for the language codes […]

(^ page 495)

  • […] Converts all the Unicode characters in a Null-terminated Unicode string to lowercase Unicode […]
  • […] lowercase equivalent if it has one. The converted string is returned in String. […]

(^ page 497)

  • […] Converts all the Unicode characters in a Null-terminated Unicode string to uppercase Unicode […]
  • […] uppercase equivalent if it has one. The converted string is returned in String. […]

(^ page 498)

chapter 19.12.13 Debug Support @ p.843

  • […] case sensitive and must not be NULL-terminated.) […]

(^ page 887)

  • […] MetaiMatch Unicode Collation Performs a case insensitive […]

(^ page 1337)

  • […] StriColl Unicode Collation Performs a case-insensitive […]
  • […] Unicode string to lower case […]

(^ page 1342)

  • […] Unicode string to upper case […]

(^ page 1343)

  • […] MetaiMatch Performs a case insensitive comparison between a […]
  • […] StriColl Performs a case-insensitive comparison between […]
  • […] terminated Unicode string to lower case Unicode […]
  • […] terminated Unicode string to upper case Unicode […]

(^ page 1356)

  • […] A protocol that is used during boot services to perform case-insensitive comparisons of Unicode strings. […]

(^ page 1380)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment