Home | History | Annotate | Download | only in Console

Lines Matching refs:NameA

169   AString NameA;

395 f.NameA = fii.Name;
409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU)
413 nameA = kPropIdToName[propID];
420 nameA.Empty();
421 nameA.Add_UInt32(propID);
430 GetPropName(propID, name, f.NameA, f.NameU);
432 if (!f.NameA.IsEmpty())
433 f.NameA += " = ";
447 f.NameA = sA;
487 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA);
553 if (!f.NameA.IsEmpty())
554 g_StdOut << f.NameA;
885 AString nameA;
887 GetPropName(propID, name, nameA, nameU);
888 if (!nameA.IsEmpty())
889 so << nameA;