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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DDecimalToRoman.java37 * @param preValue Value of last prefixed number within
39 * @param preLetter Correspoding letter(roman) to preValue
41 public DecimalToRoman(long postValue, String postLetter, long preValue, argument
47 this.m_preValue = preValue;

Completed in 51 milliseconds