Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java355 Output<Boolean> hasReformattedValue = new Output<Boolean>(); in writeLdml() local
378 … sourceLocaleOld = getReformattedPath(oldStatus, old, path, reformattedValue, hasReformattedValue); in writeLdml()
392 … oldValue = hasReformattedValue.value ? reformattedValue.value : old.getStringValue(path); in writeLdml()
413 … oldStatus, CLDRFile old, String path, Output<String> value, Output<Boolean> hasReformattedValue) { in getReformattedPath() argument
415 hasReformattedValue.value = Boolean.FALSE; in getReformattedPath()
433 hasReformattedValue.value = Boolean.FALSE; in getReformattedPath()
437 hasReformattedValue.value = Boolean.TRUE; in getReformattedPath()
440 hasReformattedValue.value = Boolean.TRUE; in getReformattedPath()