Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dnls.c1436 IntIsLeadByte(PCPTABLEINFO TableInfo, BYTE Byte) in IntIsLeadByte() argument
1440 if (TableInfo->MaximumCharacterSize == 2) in IntIsLeadByte()
1442 for (i = 0; i < MAXIMUM_LEADBYTES && TableInfo->LeadByte[i]; i += 2) in IntIsLeadByte()
1444 if (Byte >= TableInfo->LeadByte[i] && Byte <= TableInfo->LeadByte[i+1]) in IntIsLeadByte()
/reactos/drivers/bus/acpi/acpica/include/
H A Dacdisasm.h215 ACPI_DMTABLE_INFO *TableInfo; member