Searched refs:inLeft (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/instrument/
H A DEncodingSupport_md.c127 size_t inLeft; local
134 inLeft = len;
136 returnValue = iconv(ic, (void*)&inbuf, &inLeft, &outbuf, &outLeft);
137 if ( returnValue >= 0 && inLeft==0 ) {
/openjdk7/jdk/src/solaris/npt/
H A Dutf_md.c112 size_t inLeft; local
119 inLeft = len;
121 returnValue = iconv(ic, (void*)&inbuf, &inLeft, &outbuf, &outLeft);
122 if ( returnValue >= 0 && inLeft==0 ) {
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DAreaOp.java35 boolean inLeft; field in class:AreaOp.CAGOp
40 inLeft = false;
47 inLeft = !inLeft;
51 boolean newClass = newClassification(inLeft, inRight);
63 public abstract boolean newClassification(boolean inLeft, argument
68 public boolean newClassification(boolean inLeft, boolean inRight) { argument
69 return (inLeft || inRight);
74 public boolean newClassification(boolean inLeft, boolean inRight) { argument
75 return (inLeft
80 newClassification(boolean inLeft, boolean inRight) argument
86 newClassification(boolean inLeft, boolean inRight) argument
[all...]

Completed in 30 milliseconds