Searched refs:explicitValue (Results 1 – 2 of 2) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 580 String explicitValue = (String) format.get(key); in setOutputFormat() local 581 if (explicitValue == null && value != null) { in setOutputFormat() 585 if (explicitValue != null) { in setOutputFormat() 587 this.setOutputProperty(key,explicitValue); in setOutputFormat()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestSupplementalInfo.java | 237 Count explicitValue = pluralRanges.getExplicit(start, end); in TestPluralRanges() local 238 …final String rangeLine = getRangeLine(start, end, explicitValue, maxSample, minSample, samplePatte… in TestPluralRanges() 240 if (needsValue && explicitValue == null) { in TestPluralRanges() 246 } else if (!needsValue && explicitValue != null) { in TestPluralRanges() 248 + PluralRanges.showRange(start, end, explicitValue), in TestPluralRanges()
|