Searched refs:oValue (Results 1 – 7 of 7) sorted by relevance
1018 String oValue = (String)other.values.elementAt(i); in equals() local1020 if (!equivalentStrings(value, oValue)) in equals()1131 String oValue = (String)other.values.elementAt(j); in equals() local1133 if (equivalentStrings(value, oValue)) in equals()1154 String oValue = canonicalize(s2); in equivalentStrings() local1156 if (!value.equals(oValue)) in equivalentStrings()1159 oValue = stripInternalSpaces(oValue); in equivalentStrings()1161 if (!value.equals(oValue)) in equivalentStrings()1187 private ASN1Primitive decodeObject(String oValue) in decodeObject() argument1191 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
1034 String oValue = (String)other.values.elementAt(i); in equals() local1036 if (!equivalentStrings(value, oValue)) in equals()1147 String oValue = (String)other.values.elementAt(j); in equals() local1149 if (equivalentStrings(value, oValue)) in equals()1170 String oValue = canonicalize(s2); in equivalentStrings() local1172 if (!value.equals(oValue)) in equivalentStrings()1175 oValue = stripInternalSpaces(oValue); in equivalentStrings()1177 if (!value.equals(oValue)) in equivalentStrings()1203 private ASN1Primitive decodeObject(String oValue) in decodeObject() argument1207 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
120 for (String oValue : otherValue) { in main()125 + "\t" + oValue in main()128 newFile.add(dataHandler.getPath(id, count), oValue); in main() local
1189 CLPixelType oValue, eValue;1193 oValue=im[c];1199 ePos = ScaleQuantumToMap(getRed(oValue)); 1209 ePos = ScaleQuantumToMap(getGreen(oValue)); 1219 ePos = ScaleQuantumToMap(getBlue(oValue)); 1229 ePos = ScaleQuantumToMap(getAlpha(oValue)); 1649 CLPixelType oValue, eValue;1653 oValue=im[c];1659 ePos = ScaleQuantumToMap(getRed(oValue)); 1662 ePos = ScaleQuantumToMap(getGreen(oValue)); [all …]
481 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument485 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
485 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument489 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
579 private T oValue; // optimal value; winning if better approval status than old field in VoteResolver885 oValue = winningValue; in resolveVotes()1297 return oValue; in getOValue()