Searched refs:nPaths (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c213 int index, nPaths; local
235 origFontPath = XGetFontPath ( awt_display, &nPaths );
237 totalDirCount = nPaths;
238 origNumPaths = nPaths;
247 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) {
280 if ( totalDirCount == nPaths ) {
295 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) {
316 newFontPath[nPaths++] = onePath;
341 int i, pos, slen, nPaths, numDirs; local
343 x11Path = XGetFontPath (awt_display, &nPaths);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java189 int nPaths = upi.m_exprs.length;
191 for(int i = 0; i < nPaths; i++)
214 for(int i = 0; i < nPaths; i++)

Completed in 459 milliseconds