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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DDecimalToRoman.java36 * @param postLetter Correspoding letter (roman) to postValue
41 public DecimalToRoman(long postValue, String postLetter, long preValue, argument
46 this.m_postLetter = postLetter;

Completed in 54 milliseconds