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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java214 keyBytes = makeSubstringKey(value, i, len);
228 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:SubstringIndexer
305 keyBytes = makeSubstringKey(value, i, len);
H A DAttributeIndex.java781 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:AttributeIndex
816 keyBytes = makeSubstringKey(value, i, len);
839 byte[] lower = makeSubstringKey(bytes, 0, bytes.length);
844 byte[] upper = makeSubstringKey(bytes, 0, bytes.length);
878 keyBytes = makeSubstringKey(bytes, first, substrLength);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java215 keyBytes = makeSubstringKey(value, i, len);
229 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:SubstringIndexer
306 keyBytes = makeSubstringKey(value, i, len);
H A DAttributeIndex.java780 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:AttributeIndex
815 keyBytes = makeSubstringKey(value, i, len);
838 byte[] lower = makeSubstringKey(bytes, 0, bytes.length);
843 byte[] upper = makeSubstringKey(bytes, 0, bytes.length);
877 keyBytes = makeSubstringKey(bytes, first, substrLength);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java215 keyBytes = makeSubstringKey(value, i, len);
229 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:SubstringIndexer
306 keyBytes = makeSubstringKey(value, i, len);
H A DAttributeIndex.java781 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:AttributeIndex
816 keyBytes = makeSubstringKey(value, i, len);
839 byte[] lower = makeSubstringKey(bytes, 0, bytes.length);
844 byte[] upper = makeSubstringKey(bytes, 0, bytes.length);
878 keyBytes = makeSubstringKey(bytes, first, substrLength);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java214 keyBytes = makeSubstringKey(value, i, len);
228 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:SubstringIndexer
305 keyBytes = makeSubstringKey(value, i, len);
H A DAttributeIndex.java781 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:AttributeIndex
816 keyBytes = makeSubstringKey(value, i, len);
839 byte[] lower = makeSubstringKey(bytes, 0, bytes.length);
844 byte[] upper = makeSubstringKey(bytes, 0, bytes.length);
878 keyBytes = makeSubstringKey(bytes, first, substrLength);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java215 keyBytes = makeSubstringKey(value, i, len);
229 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:SubstringIndexer
306 keyBytes = makeSubstringKey(value, i, len);
H A DAttributeIndex.java780 private byte[] makeSubstringKey(byte[] bytes, int pos, int len) method in class:AttributeIndex
815 keyBytes = makeSubstringKey(value, i, len);
838 byte[] lower = makeSubstringKey(bytes, 0, bytes.length);
843 byte[] upper = makeSubstringKey(bytes, 0, bytes.length);
877 keyBytes = makeSubstringKey(bytes, first, substrLength);
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java1488 byte[] keyBytes = makeSubstringKey(value, i, len);
1514 byte[] keyBytes = makeSubstringKey(value, i, len);
1541 private byte[] makeSubstringKey(String value, int pos, int len) method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule
1564 byte[] lower = makeSubstringKey(value, 0, value.length());
1609 byte[] lower = makeSubstringKey(value, 0, value.length());
1610 byte[] upper = makeSubstringKey(value, 0, value.length());
1642 keyBytes = makeSubstringKey(value, first, substrLength);
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java1487 byte[] keyBytes = makeSubstringKey(value, i, len);
1513 byte[] keyBytes = makeSubstringKey(value, i, len);
1540 private byte[] makeSubstringKey(String value, int pos, int len) method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule
1563 byte[] lower = makeSubstringKey(value, 0, value.length());
1608 byte[] lower = makeSubstringKey(value, 0, value.length());
1609 byte[] upper = makeSubstringKey(value, 0, value.length());
1641 keyBytes = makeSubstringKey(value, first, substrLength);
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java1488 byte[] keyBytes = makeSubstringKey(value, i, len);
1514 byte[] keyBytes = makeSubstringKey(value, i, len);
1541 private byte[] makeSubstringKey(String value, int pos, int len) method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule
1564 byte[] lower = makeSubstringKey(value, 0, value.length());
1609 byte[] lower = makeSubstringKey(value, 0, value.length());
1610 byte[] upper = makeSubstringKey(value, 0, value.length());
1642 keyBytes = makeSubstringKey(value, first, substrLength);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java1488 byte[] keyBytes = makeSubstringKey(value, i, len);
1514 byte[] keyBytes = makeSubstringKey(value, i, len);
1541 private byte[] makeSubstringKey(String value, int pos, int len) method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule
1564 byte[] lower = makeSubstringKey(value, 0, value.length());
1609 byte[] lower = makeSubstringKey(value, 0, value.length());
1610 byte[] upper = makeSubstringKey(value, 0, value.length());
1642 keyBytes = makeSubstringKey(value, first, substrLength);
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java1487 byte[] keyBytes = makeSubstringKey(value, i, len);
1513 byte[] keyBytes = makeSubstringKey(value, i, len);
1540 private byte[] makeSubstringKey(String value, int pos, int len) method in class:CollationMatchingRuleFactory.CollationSubstringMatchingRule
1563 byte[] lower = makeSubstringKey(value, 0, value.length());
1608 byte[] lower = makeSubstringKey(value, 0, value.length());
1609 byte[] upper = makeSubstringKey(value, 0, value.length());
1641 keyBytes = makeSubstringKey(value, first, substrLength);

Completed in 121 milliseconds