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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFormatter.java151 private boolean needSpace(char c1, char c2) { method in class:JFormatter
206 } else if ((lastChar != 0) && needSpace(lastChar, c))
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java932 needSpace(5);
946 needSpace(2);
955 private void needSpace(int num) { method in class:Region

Completed in 50 milliseconds