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

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java1357 private UnicodeSet xor(int[] other, int otherLen, int polarity) { argument
1358 ensureBufferCapacity(len + otherLen);
1403 private UnicodeSet add(int[] other, int otherLen, int polarity) { argument
1404 ensureBufferCapacity(len + otherLen);
1501 private UnicodeSet retain(int[] other, int otherLen, int polarity) { argument
1502 ensureBufferCapacity(len + otherLen);

Completed in 29 milliseconds