Home
last modified time | relevance | path

Searched refs:cdnLen (Results 1 – 1 of 1) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/
H A DCurrency.java283 int cdnLen = checkLengthMatchStart(wholeValue, "CAD"); in setValues() local
315 } else if(cdnLen != 0) { in setValues()
317 valuePortion = wholeValue.substring(cdnLen); in setValues()