Searched defs:strIndex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp1648 wchar_t strIndex[2]; local
1649 ::ZeroMemory(strIndex, sizeof(strIndex));
1650 strIndex[0] = L'0' + index;
1652 wcscat(iconResourceName, strIndex);

Completed in 45 milliseconds