Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:StringCount

284   UINT16                               StringCount;

339 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
343 for (Index = 0; Index < StringCount; Index++) {
359 &StringCount,
366 for (Index = 0; Index < StringCount; Index++) {
408 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
409 for (Index = 0; Index < StringCount; Index++) {
429 &StringCount,
433 for (Index = 0; Index < StringCount; Index++) {