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

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSetIterator.java169 public void reset(UnicodeSet uset) { argument
170 set = uset;
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DVset.java38 long uset; // DU bits for first 64 variables field in class:Vset
51 // that (this.x != fullX || (this.vset == -1 && this.uset == -1)).
64 static final int VBITS = 64; // number of bits in vset (uset)
87 private Vset(long vset, long uset, long x[]) { argument
89 this.uset = uset;
101 Vset vs = new Vset(vset, uset, x);
185 // index "uset" extension
192 return (uset & bit) != 0;
219 uset
[all...]

Completed in 5950 milliseconds