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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c957 InternalAsciiIsDecimalDigitCharacter ( function
985 return (BOOLEAN) (InternalAsciiIsDecimalDigitCharacter (Char) ||
1694 while (InternalAsciiIsDecimalDigitCharacter (*String)) {
1768 while (InternalAsciiIsDecimalDigitCharacter (*String)) {

Completed in 39 milliseconds