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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.cpp296 int i, nLen = 0; local
314 pStr[nLen++] = pStr[i];
316 pStr[nLen] = 0;
318 return nLen;

Completed in 33 milliseconds