Searched defs:longName (Results 1 - 2 of 2) sorted by relevance
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/ |
H A D | LLNI.java | 447 boolean longName = needLongName(method, clazz); 453 res = "JNIEXPORT " + jniType(retType) + " JNICALL" + lineSep + jniMethodName(method, cname, longName) 484 boolean longName) 488 if (longName) { 483 jniMethodName(ExecutableElement method, String cname, boolean longName) argument
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Font.cpp | 458 WCHAR longName[80]; local 460 // longName doesn't have to be printable. So, it is OK not to convert. 462 wsprintf(longName, L"%ls-%d-%d", name, style, height); 468 hFont = fontCache.Lookup(longName); 477 fontCache.Add(longName, hFont);
|
Completed in 832 milliseconds