Home
last modified time | relevance | path

Searched refs:AmlIsLeadName (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAmlString.c46 AmlIsLeadName ( in AmlIsLeadName() function
70 if (AmlIsLeadName (Ch) || (Ch >= '0' && Ch <= '9')) { in AmlIsName()
91 if (!AmlIsLeadName (Buffer[0])) { in AmlIsNameSeg()
195 if (AmlIsLeadName (Ch) || (Ch >= 'a' && Ch <= 'z')) { in AmlIsAslLeadName()