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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DPrecisionDecimalDV.java358 private int compareDecimal(String iValue, String fValue, String otherIValue, String otherFValue) { argument
359 int ret = iValue.compareTo(otherIValue);

Completed in 273 milliseconds