Lines Matching defs:fIndex
1145 : fIndex(0), fStrings(strings)
1149 if (fIndex >= fStrings->GetCount()) {
1155 HRBM(fStrings->GetStringLength(fIndex, &stringLength), "Could not get string length.");
1159 HRBM(fStrings->GetString(fIndex, wString.get(), stringLength), "Could not get string.");
1165 HRBM(fStrings->GetLocaleNameLength(fIndex, &localeLength), "Could not get locale length.");
1169 HRBM(fStrings->GetLocaleName(fIndex, wLocale.get(), localeLength), "Could not get locale.");
1173 ++fIndex;
1178 UINT32 fIndex;