Searched refs:normalizedSubAny (Results 1 - 15 of 15) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DVirtualAttributeProvider.java312 ArrayList<ByteSequence> normalizedSubAny;
315 normalizedSubAny = null;
319 normalizedSubAny =
325 normalizedSubAny.add(matchingRule.normalizeSubstring(
377 normalizedSubAny,
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DVirtualAttributeProvider.java315 ArrayList<ByteSequence> normalizedSubAny;
318 normalizedSubAny = null;
322 normalizedSubAny =
328 normalizedSubAny.add(matchingRule.normalizeSubstring(
380 normalizedSubAny,
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DVirtualAttributeProvider.java315 ArrayList<ByteSequence> normalizedSubAny;
318 normalizedSubAny = null;
322 normalizedSubAny =
328 normalizedSubAny.add(matchingRule.normalizeSubstring(
380 normalizedSubAny,
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DVirtualAttributeProvider.java312 ArrayList<ByteSequence> normalizedSubAny;
315 normalizedSubAny = null;
319 normalizedSubAny =
325 normalizedSubAny.add(matchingRule.normalizeSubstring(
377 normalizedSubAny,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DVirtualAttributeProvider.java315 ArrayList<ByteSequence> normalizedSubAny;
318 normalizedSubAny = null;
322 normalizedSubAny =
328 normalizedSubAny.add(matchingRule.normalizeSubstring(
380 normalizedSubAny,
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java157 private List<ByteString> normalizedSubAny; field in class:MatchedValuesFilter
208 normalizedSubAny = null;
1070 if (normalizedSubAny == null)
1074 normalizedSubAny = new ArrayList<ByteString>(0);
1083 normalizedSubAny = new ArrayList<ByteString>();
1088 normalizedSubAny.add(
1099 normalizedSubAny = null;
1104 return normalizedSubAny;
1357 new ArrayList<ByteSequence>(normalizedSubAny);
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java157 private List<ByteString> normalizedSubAny; field in class:MatchedValuesFilter
208 normalizedSubAny = null;
1070 if (normalizedSubAny == null)
1074 normalizedSubAny = new ArrayList<ByteString>(0);
1083 normalizedSubAny = new ArrayList<ByteString>();
1088 normalizedSubAny.add(
1099 normalizedSubAny = null;
1104 return normalizedSubAny;
1357 new ArrayList<ByteSequence>(normalizedSubAny);
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java157 private List<ByteString> normalizedSubAny; field in class:MatchedValuesFilter
208 normalizedSubAny = null;
1070 if (normalizedSubAny == null)
1074 normalizedSubAny = new ArrayList<ByteString>(0);
1083 normalizedSubAny = new ArrayList<ByteString>();
1088 normalizedSubAny.add(
1099 normalizedSubAny = null;
1104 return normalizedSubAny;
1357 new ArrayList<ByteSequence>(normalizedSubAny);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java157 private List<ByteString> normalizedSubAny; field in class:MatchedValuesFilter
208 normalizedSubAny = null;
1070 if (normalizedSubAny == null)
1074 normalizedSubAny = new ArrayList<ByteString>(0);
1083 normalizedSubAny = new ArrayList<ByteString>();
1088 normalizedSubAny.add(
1099 normalizedSubAny = null;
1104 return normalizedSubAny;
1357 new ArrayList<ByteSequence>(normalizedSubAny);
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java157 private List<ByteString> normalizedSubAny; field in class:MatchedValuesFilter
208 normalizedSubAny = null;
1070 if (normalizedSubAny == null)
1074 normalizedSubAny = new ArrayList<ByteString>(0);
1083 normalizedSubAny = new ArrayList<ByteString>();
1088 normalizedSubAny.add(
1099 normalizedSubAny = null;
1104 return normalizedSubAny;
1357 new ArrayList<ByteSequence>(normalizedSubAny);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeBuilder.java456 ArrayList<ByteSequence> normalizedSubAny;
459 normalizedSubAny = null;
463 normalizedSubAny = new ArrayList<ByteSequence>(subAny.size());
468 normalizedSubAny
519 normalizedSubAny,
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeBuilder.java455 ArrayList<ByteSequence> normalizedSubAny;
458 normalizedSubAny = null;
462 normalizedSubAny = new ArrayList<ByteSequence>(subAny.size());
467 normalizedSubAny
518 normalizedSubAny,
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeBuilder.java456 ArrayList<ByteSequence> normalizedSubAny;
459 normalizedSubAny = null;
463 normalizedSubAny = new ArrayList<ByteSequence>(subAny.size());
468 normalizedSubAny
519 normalizedSubAny,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeBuilder.java456 ArrayList<ByteSequence> normalizedSubAny;
459 normalizedSubAny = null;
463 normalizedSubAny = new ArrayList<ByteSequence>(subAny.size());
468 normalizedSubAny
519 normalizedSubAny,
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeBuilder.java455 ArrayList<ByteSequence> normalizedSubAny;
458 normalizedSubAny = null;
462 normalizedSubAny = new ArrayList<ByteSequence>(subAny.size());
467 normalizedSubAny
518 normalizedSubAny,

Completed in 71 milliseconds